Html Css Color HEX #296DCB Denim

📋 copy color: '#296DCB'

red 41 ◦ green 109 ◦ blue 203

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

Shades of Denim #296DCB

Tints of Denim #296DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

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

R = 11.61%
G = 30.88%
B = 57.51%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#296DCB (or 0x296DCB) is known color: Denim. HEX triplet: 29, 6D and CB. RGB value is (41,109,203). Sum of RGB (Red+Green+Blue) = 41+109+203=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #296DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DCB is #D69234. Grayscale: #626262. Windows color (decimal): -14062133 or 13331753. OLE color: 13331753.

HSL color Cylindrical-coordinate representation of color #296DCB: hue angle of 214.81º 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 #296DCB is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 109 203 -
CMYK 0.80 0.46 0 0.20
HSL 214.81º 0.66% 0.48% -
HSV(B) 214.81º 0.8% 0.8% -
XYZ 17.16 15.72 58.63 -
YUV 99.38 186.47 86.36 -
System Red Green Blue C M Y K H S L
Decimal 41 109 203 0.80 0.46 0 0.20 214.81 0.66 0.48
Hex 29 6D CB 50 2E 0 14 D7 42 30
Octal 51 155 313 120 56 0 24 327 102 60
Binary 101001 1101101 11001011 1010000 101110 0 10100 11010111 1000010 110000

Color Harmonies of #296DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DCB

Black with #296DCB

Text Example


Text Example

White with #296DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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