Html Css Color HEX #296DC0 Denim

📋 copy color: '#296DC0'

red 41 ◦ green 109 ◦ blue 192

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

Shades of Denim #296DC0

Tints of Denim #296DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.14%

R = 11.99%
G = 31.87%
B = 56.14%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#296DC0 (or 0x296DC0) is known color: Denim. HEX triplet: 29, 6D and C0. RGB value is (41,109,192). Sum of RGB (Red+Green+Blue) = 41+109+192=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #296DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DC0 is #D6923F. Grayscale: #616161. Windows color (decimal): -14062144 or 12610857. OLE color: 12610857.

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

Color convert

RGB 41 109 192 -
CMYK 0.79 0.43 0 0.25
HSL 212.98º 0.65% 0.46% -
HSV(B) 212.98º 0.79% 0.75% -
XYZ 15.9 15.21 51.97 -
YUV 98.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 41 109 192 0.79 0.43 0 0.25 212.98 0.65 0.46
Hex 29 6D C0 4F 2B 0 19 D5 41 2E
Octal 51 155 300 117 53 0 31 325 101 56
Binary 101001 1101101 11000000 1001111 101011 0 11001 11010101 1000001 101110

Color Harmonies of #296DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DC0

Black with #296DC0

Text Example


Text Example

White with #296DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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