Html Css Color HEX #296EBC Denim

📋 copy color: '#296EBC'

red 41 ◦ green 110 ◦ blue 188

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

Shades of Denim #296EBC

Tints of Denim #296EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 12.09%
G = 32.45%
B = 55.46%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#296EBC (or 0x296EBC) is known color: Denim. HEX triplet: 29, 6E and BC. RGB value is (41,110,188). Sum of RGB (Red+Green+Blue) = 41+110+188=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #296EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EBC is #D69143. Grayscale: #616161. Windows color (decimal): -14061892 or 12348969. OLE color: 12348969.

HSL color Cylindrical-coordinate representation of color #296EBC: hue angle of 211.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296EBC is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 110 188 -
CMYK 0.78 0.41 0 0.26
HSL 211.84º 0.64% 0.45% -
HSV(B) 211.84º 0.78% 0.74% -
XYZ 15.57 15.25 49.7 -
YUV 98.26 178.64 87.16 -
System Red Green Blue C M Y K H S L
Decimal 41 110 188 0.78 0.41 0 0.26 211.84 0.64 0.45
Hex 29 6E BC 4E 29 0 1A D4 40 2D
Octal 51 156 274 116 51 0 32 324 100 55
Binary 101001 1101110 10111100 1001110 101001 0 11010 11010100 1000000 101101

Color Harmonies of #296EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EBC

Black with #296EBC

Text Example


Text Example

White with #296EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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