Html Css Color HEX #296ECA Denim

📋 copy color: '#296ECA'

red 41 ◦ green 110 ◦ blue 202

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

Shades of Denim #296ECA

Tints of Denim #296ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.22%

R = 11.61%
G = 31.16%
B = 57.22%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#296ECA (or 0x296ECA) is known color: Denim. HEX triplet: 29, 6E and CA. RGB value is (41,110,202). Sum of RGB (Red+Green+Blue) = 41+110+202=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #296ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ECA is #D69135. Grayscale: #636363. Windows color (decimal): -14061878 or 13266473. OLE color: 13266473.

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

Color convert

RGB 41 110 202 -
CMYK 0.80 0.46 0 0.21
HSL 214.29º 0.66% 0.48% -
HSV(B) 214.29º 0.8% 0.79% -
XYZ 17.15 15.89 58.04 -
YUV 99.86 185.64 86.02 -
System Red Green Blue C M Y K H S L
Decimal 41 110 202 0.80 0.46 0 0.21 214.29 0.66 0.48
Hex 29 6E CA 50 2E 0 15 D6 42 30
Octal 51 156 312 120 56 0 25 326 102 60
Binary 101001 1101110 11001010 1010000 101110 0 10101 11010110 1000010 110000

Color Harmonies of #296ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ECA

Black with #296ECA

Text Example


Text Example

White with #296ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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