Html Css Color HEX #296EC7 Denim

📋 copy color: '#296EC7'

red 41 ◦ green 110 ◦ blue 199

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

Shades of Denim #296EC7

Tints of Denim #296EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 56.86%

R = 11.71%
G = 31.43%
B = 56.86%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#296EC7 (or 0x296EC7) is known color: Denim. HEX triplet: 29, 6E and C7. RGB value is (41,110,199). Sum of RGB (Red+Green+Blue) = 41+110+199=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 199 (78.12% from 255 or 56.86% from 350); Max value from RGB is 199 - color contains mainly: blue. Hex color #296EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EC7 is #D69138. Grayscale: #636363. Windows color (decimal): -14061881 or 13069865. OLE color: 13069865.

HSL color Cylindrical-coordinate representation of color #296EC7: hue angle of 213.8º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296EC7 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 110 199 -
CMYK 0.79 0.45 0 0.22
HSL 213.8º 0.66% 0.47% -
HSV(B) 213.8º 0.79% 0.78% -
XYZ 16.8 15.75 56.19 -
YUV 99.52 184.14 86.26 -
System Red Green Blue C M Y K H S L
Decimal 41 110 199 0.79 0.45 0 0.22 213.8 0.66 0.47
Hex 29 6E C7 4F 2D 0 16 D6 42 2F
Octal 51 156 307 117 55 0 26 326 102 57
Binary 101001 1101110 11000111 1001111 101101 0 10110 11010110 1000010 101111

Color Harmonies of #296EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EC7

Black with #296EC7

Text Example


Text Example

White with #296EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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