#2D90CA

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

Shades of Curious Blue #2D90CA

Tints of Curious Blue #2D90CA

Color information

#2D90CA (or 0x2D90CA) is unknown color: approx Curious Blue. HEX triplet: 2D, 90 and CA. RGB value is (45,144,202). Sum of RGB (Red+Green+Blue) = 45+144+202=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D90CA is #D26F35. Grayscale: #787878. Windows color (decimal): -13791030 or 13275181. OLE color: 13275181.

HSL color Cylindrical-coordinate representation of color #2D90CA: hue angle of 202.17º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D90CA is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB45144202-
CMYK0.780.2900.21
HSL202.17º63.56%48.43%-
HSV(B)202.17º77.72%79.22%-
XYZ21.7224.7759.51-
YUV121.01173.773.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.51%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=11.51%
G=36.83%
B=51.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal451442020.780.2900.21202.1763.5648.43
Hex2D90CA4E1D015ca4030
Octal552203121163502531210060
Binary1011011001000011001010100111011101010101110010101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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