Html Css Color HEX #296FC9 Denim

📋 copy color: '#296FC9'

red 41 ◦ green 111 ◦ blue 201

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

Shades of Denim #296FC9

Tints of Denim #296FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

 BLUE value IS 201 (78.91% from 255) = 56.94%

R = 11.61%
G = 31.44%
B = 56.94%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#296FC9 (or 0x296FC9) is known color: Denim. HEX triplet: 29, 6F and C9. RGB value is (41,111,201). Sum of RGB (Red+Green+Blue) = 41+111+201=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #296FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FC9 is #D69036. Grayscale: #636363. Windows color (decimal): -14061623 or 13201193. OLE color: 13201193.

HSL color Cylindrical-coordinate representation of color #296FC9: hue angle of 213.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296FC9 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 111 201 -
CMYK 0.80 0.45 0 0.21
HSL 213.75º 0.66% 0.47% -
HSV(B) 213.75º 0.8% 0.79% -
XYZ 17.14 16.06 57.45 -
YUV 100.33 184.81 85.68 -
System Red Green Blue C M Y K H S L
Decimal 41 111 201 0.80 0.45 0 0.21 213.75 0.66 0.47
Hex 29 6F C9 50 2D 0 15 D6 42 2F
Octal 51 157 311 120 55 0 25 326 102 57
Binary 101001 1101111 11001001 1010000 101101 0 10101 11010110 1000010 101111

Color Harmonies of #296FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FC9

Black with #296FC9

Text Example


Text Example

White with #296FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296FC9; }

 p { color: rgb(41,111,201); }

 H1.HeaderClassName
 {
   color: #296FC9;
 }
 .AnyTagClassName
 {
   color: #296FC9;
 }
</style>

background-color css

<style>
 a { background-color: #296FC9; }

 a { background-color: rgb(41,111,201); }

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

border-color css

<style>
 span { border-color: #296FC9; }

 span { border-color: rgb(41,111,201); }

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