Html Css Color HEX #296ACB Denim

📋 copy color: '#296ACB'

red 41 ◦ green 106 ◦ blue 203

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

Shades of Denim #296ACB

Tints of Denim #296ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 11.71%
G = 30.29%
B = 58%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#296ACB (or 0x296ACB) is known color: Denim. HEX triplet: 29, 6A and CB. RGB value is (41,106,203). Sum of RGB (Red+Green+Blue) = 41+106+203=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #296ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ACB is #D69534. Grayscale: #616161. Windows color (decimal): -14062901 or 13330985. OLE color: 13330985.

HSL color Cylindrical-coordinate representation of color #296ACB: hue angle of 215.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296ACB is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 106 203 -
CMYK 0.80 0.48 0 0.20
HSL 215.93º 0.66% 0.48% -
HSV(B) 215.93º 0.8% 0.8% -
XYZ 16.85 15.09 58.52 -
YUV 97.62 187.47 87.61 -
System Red Green Blue C M Y K H S L
Decimal 41 106 203 0.80 0.48 0 0.20 215.93 0.66 0.48
Hex 29 6A CB 50 30 0 14 D8 42 30
Octal 51 152 313 120 60 0 24 330 102 60
Binary 101001 1101010 11001011 1010000 110000 0 10100 11011000 1000010 110000

Color Harmonies of #296ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ACB

Black with #296ACB

Text Example


Text Example

White with #296ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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