Html Css Color HEX #296EBB Denim

📋 copy color: '#296EBB'

red 41 ◦ green 110 ◦ blue 187

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

Shades of Denim #296EBB

Tints of Denim #296EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 12.13%
G = 32.54%
B = 55.33%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#296EBB (or 0x296EBB) is known color: Denim. HEX triplet: 29, 6E and BB. RGB value is (41,110,187). Sum of RGB (Red+Green+Blue) = 41+110+187=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #296EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EBB is #D69144. Grayscale: #616161. Windows color (decimal): -14061893 or 12283433. OLE color: 12283433.

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

Color convert

RGB 41 110 187 -
CMYK 0.78 0.41 0 0.27
HSL 211.64º 0.64% 0.45% -
HSV(B) 211.64º 0.78% 0.73% -
XYZ 15.46 15.21 49.13 -
YUV 98.15 178.14 87.24 -
System Red Green Blue C M Y K H S L
Decimal 41 110 187 0.78 0.41 0 0.27 211.64 0.64 0.45
Hex 29 6E BB 4E 29 0 1B D4 40 2D
Octal 51 156 273 116 51 0 33 324 100 55
Binary 101001 1101110 10111011 1001110 101001 0 11011 11010100 1000000 101101

Color Harmonies of #296EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EBB

Black with #296EBB

Text Example


Text Example

White with #296EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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