Html Css Color HEX #296ABE Denim

📋 copy color: '#296ABE'

red 41 ◦ green 106 ◦ blue 190

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

Shades of Denim #296ABE

Tints of Denim #296ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 12.17%
G = 31.45%
B = 56.38%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#296ABE (or 0x296ABE) is known color: Denim. HEX triplet: 29, 6A and BE. RGB value is (41,106,190). Sum of RGB (Red+Green+Blue) = 41+106+190=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #296ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ABE is #D69541. Grayscale: #5F5F5F. Windows color (decimal): -14062914 or 12479017. OLE color: 12479017.

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

Color convert

RGB 41 106 190 -
CMYK 0.78 0.44 0 0.25
HSL 213.83º 0.65% 0.45% -
HSV(B) 213.83º 0.78% 0.75% -
XYZ 15.36 14.5 50.7 -
YUV 96.14 180.97 88.67 -
System Red Green Blue C M Y K H S L
Decimal 41 106 190 0.78 0.44 0 0.25 213.83 0.65 0.45
Hex 29 6A BE 4E 2C 0 19 D6 41 2D
Octal 51 152 276 116 54 0 31 326 101 55
Binary 101001 1101010 10111110 1001110 101100 0 11001 11010110 1000001 101101

Color Harmonies of #296ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ABE

Black with #296ABE

Text Example


Text Example

White with #296ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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