Html Css Color HEX #296FCB Denim

📋 copy color: '#296FCB'

red 41 ◦ green 111 ◦ blue 203

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

Shades of Denim #296FCB

Tints of Denim #296FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 11.55%
G = 31.27%
B = 57.18%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#296FCB (or 0x296FCB) is known color: Denim. HEX triplet: 29, 6F and CB. RGB value is (41,111,203). Sum of RGB (Red+Green+Blue) = 41+111+203=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #296FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FCB is #D69034. Grayscale: #646464. Windows color (decimal): -14061621 or 13332265. OLE color: 13332265.

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

Color convert

RGB 41 111 203 -
CMYK 0.80 0.45 0 0.20
HSL 214.07º 0.66% 0.48% -
HSV(B) 214.07º 0.8% 0.8% -
XYZ 17.38 16.15 58.7 -
YUV 100.56 185.81 85.52 -
System Red Green Blue C M Y K H S L
Decimal 41 111 203 0.80 0.45 0 0.20 214.07 0.66 0.48
Hex 29 6F CB 50 2D 0 14 D6 42 30
Octal 51 157 313 120 55 0 24 326 102 60
Binary 101001 1101111 11001011 1010000 101101 0 10100 11010110 1000010 110000

Color Harmonies of #296FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FCB

Black with #296FCB

Text Example


Text Example

White with #296FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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