#2B90D4

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

Shades of Curious Blue #2B90D4

Tints of Curious Blue #2B90D4

Color information

#2B90D4 (or 0x2B90D4) is unknown color: approx Curious Blue. HEX triplet: 2B, 90 and D4. RGB value is (43,144,212). Sum of RGB (Red+Green+Blue) = 43+144+212=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B90D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90D4 is #D46F2B. Grayscale: #797979. Windows color (decimal): -13922092 or 13930539. OLE color: 13930539.

HSL color Cylindrical-coordinate representation of color #2B90D4: hue angle of 204.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B90D4 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43144212-
CMYK0.800.3200.17
HSL204.14º66.27%50%-
HSV(B)204.14º79.72%83.14%-
XYZ22.8525.2165.95-
YUV121.55179.0471.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.78%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 212 (83.20% from 255) = 53.13%
R=10.78%
G=36.09%
B=53.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431442120.800.3200.17204.1466.2750
Hex2B90D45020011cc4232
Octal532203241204002131410262
Binary10101110010000110101001010000100000010001110011001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B90D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,144,212); }

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

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

 a { background-color: rgb(43,144,212); }

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

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

 span { border-color: rgb(43,144,212); }

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