Html Css Color HEX #296CD0 Denim

📋 copy color: '#296CD0'

red 41 ◦ green 108 ◦ blue 208

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

Shades of Denim #296CD0

Tints of Denim #296CD0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

 BLUE value IS 208 (81.64% from 255) = 58.26%

R = 11.48%
G = 30.25%
B = 58.26%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#296CD0 (or 0x296CD0) is known color: Denim. HEX triplet: 29, 6C and D0. RGB value is (41,108,208). Sum of RGB (Red+Green+Blue) = 41+108+208=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #296CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CD0 is #D6932F. Grayscale: #626262. Windows color (decimal): -14062384 or 13659177. OLE color: 13659177.

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

Color convert

RGB 41 108 208 -
CMYK 0.80 0.48 0 0.18
HSL 215.93º 0.67% 0.49% -
HSV(B) 215.93º 0.8% 0.82% -
XYZ 17.66 15.75 61.78 -
YUV 99.37 189.3 86.37 -
System Red Green Blue C M Y K H S L
Decimal 41 108 208 0.80 0.48 0 0.18 215.93 0.67 0.49
Hex 29 6C D0 50 30 0 12 D8 43 31
Octal 51 154 320 120 60 0 22 330 103 61
Binary 101001 1101100 11010000 1010000 110000 0 10010 11011000 1000011 110001

Color Harmonies of #296CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CD0

Black with #296CD0

Text Example


Text Example

White with #296CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,208); }

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

background-color css

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

 a { background-color: rgb(41,108,208); }

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

border-color css

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

 span { border-color: rgb(41,108,208); }

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