Html Css Color HEX #2991D0 Curious Blue

📋 copy color: '#2991D0'

red 41 ◦ green 145 ◦ blue 208

#2991D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2991D0

Tints of Curious Blue #2991D0

RGB

 RED value IS 41 (16.41% from 255) = 10.41%

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 208 (81.64% from 255) = 52.79%

R = 10.41%
G = 36.8%
B = 52.79%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2991D0 (or 0x2991D0) is known color: Curious Blue. HEX triplet: 29, 91 and D0. RGB value is (41,145,208). Sum of RGB (Red+Green+Blue) = 41+145+208=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #2991D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2991D0 is #D66E2F. Grayscale: #787878. Windows color (decimal): -14052912 or 13668649. OLE color: 13668649.

HSL color Cylindrical-coordinate representation of color #2991D0: hue angle of 202.63º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2991D0 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 145 208 -
CMYK 0.80 0.30 0 0.18
HSL 202.63º 0.67% 0.49% -
HSV(B) 202.63º 0.8% 0.82% -
XYZ 22.43 25.28 63.37 -
YUV 121.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 41 145 208 0.80 0.30 0 0.18 202.63 0.67 0.49
Hex 29 91 D0 50 1E 0 12 CB 43 31
Octal 51 221 320 120 36 0 22 313 103 61
Binary 101001 10010001 11010000 1010000 11110 0 10010 11001011 1000011 110001

Color Harmonies of #2991D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2991D0

Black with #2991D0

Text Example


Text Example

White with #2991D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2991D0;
 }
 .AnyTagClassName
 {
   color: #2991D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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