Html Css Color HEX #296DC3 Denim

📋 copy color: '#296DC3'

red 41 ◦ green 109 ◦ blue 195

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

Shades of Denim #296DC3

Tints of Denim #296DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 56.52%

R = 11.88%
G = 31.59%
B = 56.52%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#296DC3 (or 0x296DC3) is known color: Denim. HEX triplet: 29, 6D and C3. RGB value is (41,109,195). Sum of RGB (Red+Green+Blue) = 41+109+195=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 195 (76.56% from 255 or 56.52% from 345); Max value from RGB is 195 - color contains mainly: blue. Hex color #296DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DC3 is #D6923C. Grayscale: #626262. Windows color (decimal): -14062141 or 12807465. OLE color: 12807465.

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

Color convert

RGB 41 109 195 -
CMYK 0.79 0.44 0 0.24
HSL 213.51º 0.65% 0.46% -
HSV(B) 213.51º 0.79% 0.76% -
XYZ 16.23 15.35 53.74 -
YUV 98.47 182.47 87.01 -
System Red Green Blue C M Y K H S L
Decimal 41 109 195 0.79 0.44 0 0.24 213.51 0.65 0.46
Hex 29 6D C3 4F 2C 0 18 D6 41 2E
Octal 51 155 303 117 54 0 30 326 101 56
Binary 101001 1101101 11000011 1001111 101100 0 11000 11010110 1000001 101110

Color Harmonies of #296DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DC3

Black with #296DC3

Text Example


Text Example

White with #296DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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