Html Css Color HEX #296FC8 Denim

📋 copy color: '#296FC8'

red 41 ◦ green 111 ◦ blue 200

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

Shades of Denim #296FC8

Tints of Denim #296FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 56.82%

R = 11.65%
G = 31.53%
B = 56.82%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#296FC8 (or 0x296FC8) is known color: Denim. HEX triplet: 29, 6F and C8. RGB value is (41,111,200). Sum of RGB (Red+Green+Blue) = 41+111+200=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 200 (78.52% from 255 or 56.82% from 352); Max value from RGB is 200 - color contains mainly: blue. Hex color #296FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FC8 is #D69037. Grayscale: #636363. Windows color (decimal): -14061624 or 13135657. OLE color: 13135657.

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

Color convert

RGB 41 111 200 -
CMYK 0.80 0.44 0 0.22
HSL 213.58º 0.66% 0.47% -
HSV(B) 213.58º 0.8% 0.78% -
XYZ 17.02 16.01 56.84 -
YUV 100.22 184.31 85.76 -
System Red Green Blue C M Y K H S L
Decimal 41 111 200 0.80 0.44 0 0.22 213.58 0.66 0.47
Hex 29 6F C8 50 2C 0 16 D6 42 2F
Octal 51 157 310 120 54 0 26 326 102 57
Binary 101001 1101111 11001000 1010000 101100 0 10110 11010110 1000010 101111

Color Harmonies of #296FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FC8

Black with #296FC8

Text Example


Text Example

White with #296FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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