#2991CB

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

Shades of Curious Blue #2991CB

Tints of Curious Blue #2991CB

Color information

#2991CB (or 0x2991CB) is unknown color: approx Curious Blue. HEX triplet: 29, 91 and CB. RGB value is (41,145,203). Sum of RGB (Red+Green+Blue) = 41+145+203=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #2991CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2991CB is #D66E34. Grayscale: #787878. Windows color (decimal): -14052917 or 13340969. OLE color: 13340969.

HSL color Cylindrical-coordinate representation of color #2991CB: hue angle of 201.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2991CB is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB41145203-
CMYK0.800.2900.20
HSL201.48º66.39%47.84%-
HSV(B)201.48º79.8%79.61%-
XYZ21.8225.0360.18-
YUV120.52174.5471.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.54%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=10.54%
G=37.28%
B=52.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal411452030.800.2900.20201.4866.3947.84
Hex2991CB501D014c94230
Octal512213131203502431110260
Binary1010011001000111001011101000011101010100110010011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2991CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2991CB; }

 p { color: rgb(41,145,203); }

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

<style>
 a { background-color: #2991CB; }

 a { background-color: rgb(41,145,203); }

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

<style>
 span { border-color: #2991CB; }

 span { border-color: rgb(41,145,203); }

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