Html Css Color HEX #296AC8 Denim

📋 copy color: '#296AC8'

red 41 ◦ green 106 ◦ blue 200

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

Shades of Denim #296AC8

Tints of Denim #296AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 11.82%
G = 30.55%
B = 57.64%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#296AC8 (or 0x296AC8) is known color: Denim. HEX triplet: 29, 6A and C8. RGB value is (41,106,200). Sum of RGB (Red+Green+Blue) = 41+106+200=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 200 (78.52% from 255 or 57.64% from 347); Max value from RGB is 200 - color contains mainly: blue. Hex color #296AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AC8 is #D69537. Grayscale: #606060. Windows color (decimal): -14062904 or 13134377. OLE color: 13134377.

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

Color convert

RGB 41 106 200 -
CMYK 0.80 0.47 0 0.22
HSL 215.47º 0.66% 0.47% -
HSV(B) 215.47º 0.8% 0.78% -
XYZ 16.49 14.95 56.66 -
YUV 97.28 185.97 87.86 -
System Red Green Blue C M Y K H S L
Decimal 41 106 200 0.80 0.47 0 0.22 215.47 0.66 0.47
Hex 29 6A C8 50 2F 0 16 D7 42 2F
Octal 51 152 310 120 57 0 26 327 102 57
Binary 101001 1101010 11001000 1010000 101111 0 10110 11010111 1000010 101111

Color Harmonies of #296AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AC8

Black with #296AC8

Text Example


Text Example

White with #296AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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