Html Css Color HEX #296CC6 Denim

📋 copy color: '#296CC6'

red 41 ◦ green 108 ◦ blue 198

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

Shades of Denim #296CC6

Tints of Denim #296CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.12%

 BLUE value IS 198 (77.73% from 255) = 57.06%

R = 11.82%
G = 31.12%
B = 57.06%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#296CC6 (or 0x296CC6) is known color: Denim. HEX triplet: 29, 6C and C6. RGB value is (41,108,198). Sum of RGB (Red+Green+Blue) = 41+108+198=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #296CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CC6 is #D69339. Grayscale: #616161. Windows color (decimal): -14062394 or 13003817. OLE color: 13003817.

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

Color convert

RGB 41 108 198 -
CMYK 0.79 0.45 0 0.22
HSL 214.39º 0.66% 0.47% -
HSV(B) 214.39º 0.79% 0.78% -
XYZ 16.47 15.27 55.51 -
YUV 98.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 41 108 198 0.79 0.45 0 0.22 214.39 0.66 0.47
Hex 29 6C C6 4F 2D 0 16 D6 42 2F
Octal 51 154 306 117 55 0 26 326 102 57
Binary 101001 1101100 11000110 1001111 101101 0 10110 11010110 1000010 101111

Color Harmonies of #296CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CC6

Black with #296CC6

Text Example


Text Example

White with #296CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,198); }

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

background-color css

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

 a { background-color: rgb(41,108,198); }

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

border-color css

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

 span { border-color: rgb(41,108,198); }

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