#2B90CE

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

Shades of Curious Blue #2B90CE

Tints of Curious Blue #2B90CE

Color information

#2B90CE (or 0x2B90CE) is unknown color: approx Curious Blue. HEX triplet: 2B, 90 and CE. RGB value is (43,144,206). Sum of RGB (Red+Green+Blue) = 43+144+206=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B90CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90CE is #D46F31. Grayscale: #787878. Windows color (decimal): -13922098 or 13537323. OLE color: 13537323.

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

Color convert

RGB43144206-
CMYK0.790.3000.19
HSL202.82º65.46%48.82%-
HSV(B)202.82º79.13%80.78%-
XYZ22.1124.9262.04-
YUV120.87176.0472.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.94%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=10.94%
G=36.64%
B=52.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal431442060.790.3000.19202.8265.4648.82
Hex2B90CE4F1E013cb4131
Octal532203161173602331310161
Binary1010111001000011001110100111111110010011110010111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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