#2D90CE

Color #2D90CE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2D90CE

Tints of Curious Blue #2D90CE

Color information

#2D90CE (or 0x2D90CE) is unknown color: approx Curious Blue. HEX triplet: 2D, 90 and CE. RGB value is (45,144,206). Sum of RGB (Red+Green+Blue) = 45+144+206=395 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.39% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D90CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D90CE is #D26F31. Grayscale: #797979. Windows color (decimal): -13791026 or 13537325. OLE color: 13537325.

HSL color Cylindrical-coordinate representation of color #2D90CE: hue angle of 203.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D90CE is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB45144206-
CMYK0.780.3000.19
HSL203.11º64.14%49.22%-
HSV(B)203.11º78.16%80.78%-
XYZ22.224.9662.04-
YUV121.47175.773.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 11.39%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 206 (80.86% from 255) = 52.15%
R=11.39%
G=36.46%
B=52.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal451442060.780.3000.19203.1164.1449.22
Hex2D90CE4E1E013cb4031
Octal552203161163602331310061
Binary1011011001000011001110100111011110010011110010111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D90CE; }

 p { color: rgb(45,144,206); }

 H1.HeaderClassName
 {
   color: #2D90CE;
 }
 .AnyTagClassName
 {
   color: #2D90CE;
 }
</style>
background-color css

<style>
 a { background-color: #2D90CE; }

 a { background-color: rgb(45,144,206); }

 div.DivClassName
 {
   background-color: #2D90CE;
 }
 .BgClassName
 {
   background-color: #2D90CE;
 }
</style>
border-color css

<style>
 span { border-color: #2D90CE; }

 span { border-color: rgb(45,144,206); }

 td.TdClassName
 {
   border-color: #2D90CE;
 }
 .TagClassName
 {
   border-color: #2D90CE;
 }
</style>