Html Css Color HEX #296ECE Denim

📋 copy color: '#296ECE'

red 41 ◦ green 110 ◦ blue 206

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

Shades of Denim #296ECE

Tints of Denim #296ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 11.48%
G = 30.81%
B = 57.7%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#296ECE (or 0x296ECE) is known color: Denim. HEX triplet: 29, 6E and CE. RGB value is (41,110,206). Sum of RGB (Red+Green+Blue) = 41+110+206=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #296ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ECE is #D69131. Grayscale: #636363. Windows color (decimal): -14061874 or 13528617. OLE color: 13528617.

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

Color convert

RGB 41 110 206 -
CMYK 0.80 0.47 0 0.19
HSL 214.91º 0.67% 0.48% -
HSV(B) 214.91º 0.8% 0.81% -
XYZ 17.63 16.08 60.57 -
YUV 100.31 187.64 85.69 -
System Red Green Blue C M Y K H S L
Decimal 41 110 206 0.80 0.47 0 0.19 214.91 0.67 0.48
Hex 29 6E CE 50 2F 0 13 D7 43 30
Octal 51 156 316 120 57 0 23 327 103 60
Binary 101001 1101110 11001110 1010000 101111 0 10011 11010111 1000011 110000

Color Harmonies of #296ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ECE

Black with #296ECE

Text Example


Text Example

White with #296ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,110,206); }

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

background-color css

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

 a { background-color: rgb(41,110,206); }

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

border-color css

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

 span { border-color: rgb(41,110,206); }

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