Html Css Color HEX #296ACC Denim

📋 copy color: '#296ACC'

red 41 ◦ green 106 ◦ blue 204

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

Shades of Denim #296ACC

Tints of Denim #296ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 11.68%
G = 30.2%
B = 58.12%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#296ACC (or 0x296ACC) is known color: Denim. HEX triplet: 29, 6A and CC. RGB value is (41,106,204). Sum of RGB (Red+Green+Blue) = 41+106+204=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #296ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ACC is #D69533. Grayscale: #616161. Windows color (decimal): -14062900 or 13396521. OLE color: 13396521.

HSL color Cylindrical-coordinate representation of color #296ACC: hue angle of 216.07º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296ACC is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 106 204 -
CMYK 0.80 0.48 0 0.2
HSL 216.07º 0.67% 0.48% -
HSV(B) 216.07º 0.8% 0.8% -
XYZ 16.97 15.14 59.15 -
YUV 97.74 187.97 87.53 -
System Red Green Blue C M Y K H S L
Decimal 41 106 204 0.80 0.48 0 0.2 216.07 0.67 0.48
Hex 29 6A CC 50 30 0 14 D8 43 30
Octal 51 152 314 120 60 0 24 330 103 60
Binary 101001 1101010 11001100 1010000 110000 0 10100 11011000 1000011 110000

Color Harmonies of #296ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ACC

Black with #296ACC

Text Example


Text Example

White with #296ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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