Html Css Color HEX #296AB9 Denim

📋 copy color: '#296AB9'

red 41 ◦ green 106 ◦ blue 185

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

Shades of Denim #296AB9

Tints of Denim #296AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

 BLUE value IS 185 (72.66% from 255) = 55.72%

R = 12.35%
G = 31.93%
B = 55.72%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#296AB9 (or 0x296AB9) is known color: Denim. HEX triplet: 29, 6A and B9. RGB value is (41,106,185). Sum of RGB (Red+Green+Blue) = 41+106+185=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 185 (72.66% from 255 or 55.72% from 332); Max value from RGB is 185 - color contains mainly: blue. Hex color #296AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AB9 is #D69546. Grayscale: #5F5F5F. Windows color (decimal): -14062919 or 12151337. OLE color: 12151337.

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

Color convert

RGB 41 106 185 -
CMYK 0.78 0.43 0 0.27
HSL 212.92º 0.64% 0.44% -
HSV(B) 212.92º 0.78% 0.73% -
XYZ 14.83 14.28 47.87 -
YUV 95.57 178.47 89.08 -
System Red Green Blue C M Y K H S L
Decimal 41 106 185 0.78 0.43 0 0.27 212.92 0.64 0.44
Hex 29 6A B9 4E 2B 0 1B D5 40 2C
Octal 51 152 271 116 53 0 33 325 100 54
Binary 101001 1101010 10111001 1001110 101011 0 11011 11010101 1000000 101100

Color Harmonies of #296AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AB9

Black with #296AB9

Text Example


Text Example

White with #296AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,185); }

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

background-color css

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

 a { background-color: rgb(41,106,185); }

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

border-color css

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

 span { border-color: rgb(41,106,185); }

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