Html Css Color HEX #296DC8 Denim

📋 copy color: '#296DC8'

red 41 ◦ green 109 ◦ blue 200

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

Shades of Denim #296DC8

Tints of Denim #296DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.14%

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

R = 11.71%
G = 31.14%
B = 57.14%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#296DC8 (or 0x296DC8) is known color: Denim. HEX triplet: 29, 6D and C8. RGB value is (41,109,200). Sum of RGB (Red+Green+Blue) = 41+109+200=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #296DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DC8 is #D69237. Grayscale: #626262. Windows color (decimal): -14062136 or 13135145. OLE color: 13135145.

HSL color Cylindrical-coordinate representation of color #296DC8: hue angle of 214.34º 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 #296DC8 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 109 200 -
CMYK 0.80 0.46 0 0.22
HSL 214.34º 0.66% 0.47% -
HSV(B) 214.34º 0.8% 0.78% -
XYZ 16.81 15.58 56.76 -
YUV 99.04 184.97 86.6 -
System Red Green Blue C M Y K H S L
Decimal 41 109 200 0.80 0.46 0 0.22 214.34 0.66 0.47
Hex 29 6D C8 50 2E 0 16 D6 42 2F
Octal 51 155 310 120 56 0 26 326 102 57
Binary 101001 1101101 11001000 1010000 101110 0 10110 11010110 1000010 101111

Color Harmonies of #296DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DC8

Black with #296DC8

Text Example


Text Example

White with #296DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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