Html Css Color HEX #296ACD Denim

📋 copy color: '#296ACD'

red 41 ◦ green 106 ◦ blue 205

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

Shades of Denim #296ACD

Tints of Denim #296ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 11.65%
G = 30.11%
B = 58.24%

CMYK

 C value IS 0.8

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#296ACD (or 0x296ACD) is known color: Denim. HEX triplet: 29, 6A and CD. RGB value is (41,106,205). Sum of RGB (Red+Green+Blue) = 41+106+205=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #296ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ACD is #D69532. Grayscale: #616161. Windows color (decimal): -14062899 or 13462057. OLE color: 13462057.

HSL color Cylindrical-coordinate representation of color #296ACD: hue angle of 216.22º 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 #296ACD is Cyan = 0.8, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 106 205 -
CMYK 0.8 0.48 0 0.20
HSL 216.22º 0.67% 0.48% -
HSV(B) 216.22º 0.8% 0.8% -
XYZ 17.09 15.19 59.79 -
YUV 97.85 188.47 87.45 -
System Red Green Blue C M Y K H S L
Decimal 41 106 205 0.8 0.48 0 0.20 216.22 0.67 0.48
Hex 29 6A CD 50 30 0 14 D8 43 30
Octal 51 152 315 120 60 0 24 330 103 60
Binary 101001 1101010 11001101 1010000 110000 0 10100 11011000 1000011 110000

Color Harmonies of #296ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ACD

Black with #296ACD

Text Example


Text Example

White with #296ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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