Html Css Color HEX #296EC4 Denim

📋 copy color: '#296EC4'

red 41 ◦ green 110 ◦ blue 196

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

Shades of Denim #296EC4

Tints of Denim #296EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 56.48%

R = 11.82%
G = 31.7%
B = 56.48%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#296EC4 (or 0x296EC4) is known color: Denim. HEX triplet: 29, 6E and C4. RGB value is (41,110,196). Sum of RGB (Red+Green+Blue) = 41+110+196=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #296EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EC4 is #D6913B. Grayscale: #626262. Windows color (decimal): -14061884 or 12873257. OLE color: 12873257.

HSL color Cylindrical-coordinate representation of color #296EC4: hue angle of 213.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296EC4 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 110 196 -
CMYK 0.79 0.44 0 0.23
HSL 213.29º 0.65% 0.46% -
HSV(B) 213.29º 0.79% 0.77% -
XYZ 16.45 15.61 54.37 -
YUV 99.17 182.64 86.51 -
System Red Green Blue C M Y K H S L
Decimal 41 110 196 0.79 0.44 0 0.23 213.29 0.65 0.46
Hex 29 6E C4 4F 2C 0 17 D5 41 2E
Octal 51 156 304 117 54 0 27 325 101 56
Binary 101001 1101110 11000100 1001111 101100 0 10111 11010101 1000001 101110

Color Harmonies of #296EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EC4

Black with #296EC4

Text Example


Text Example

White with #296EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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