Html Css Color HEX #296EBF Denim

📋 copy color: '#296EBF'

red 41 ◦ green 110 ◦ blue 191

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

Shades of Denim #296EBF

Tints of Denim #296EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.85%

R = 11.99%
G = 32.16%
B = 55.85%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#296EBF (or 0x296EBF) is known color: Denim. HEX triplet: 29, 6E and BF. RGB value is (41,110,191). Sum of RGB (Red+Green+Blue) = 41+110+191=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #296EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EBF is #D69140. Grayscale: #626262. Windows color (decimal): -14061889 or 12545577. OLE color: 12545577.

HSL color Cylindrical-coordinate representation of color #296EBF: hue angle of 212.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296EBF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 110 191 -
CMYK 0.79 0.42 0 0.25
HSL 212.4º 0.65% 0.45% -
HSV(B) 212.4º 0.79% 0.75% -
XYZ 15.89 15.38 51.42 -
YUV 98.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 41 110 191 0.79 0.42 0 0.25 212.4 0.65 0.45
Hex 29 6E BF 4F 2A 0 19 D4 41 2D
Octal 51 156 277 117 52 0 31 324 101 55
Binary 101001 1101110 10111111 1001111 101010 0 11001 11010100 1000001 101101

Color Harmonies of #296EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EBF

Black with #296EBF

Text Example


Text Example

White with #296EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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