Html Css Color HEX #296CCE Denim

📋 copy color: '#296CCE'

red 41 ◦ green 108 ◦ blue 206

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

Shades of Denim #296CCE

Tints of Denim #296CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 11.55%
G = 30.42%
B = 58.03%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#296CCE (or 0x296CCE) is known color: Denim. HEX triplet: 29, 6C and CE. RGB value is (41,108,206). Sum of RGB (Red+Green+Blue) = 41+108+206=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #296CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CCE is #D69331. Grayscale: #626262. Windows color (decimal): -14062386 or 13528105. OLE color: 13528105.

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

Color convert

RGB 41 108 206 -
CMYK 0.80 0.48 0 0.19
HSL 215.64º 0.67% 0.48% -
HSV(B) 215.64º 0.8% 0.81% -
XYZ 17.42 15.65 60.5 -
YUV 99.14 188.3 86.53 -
System Red Green Blue C M Y K H S L
Decimal 41 108 206 0.80 0.48 0 0.19 215.64 0.67 0.48
Hex 29 6C CE 50 30 0 13 D8 43 30
Octal 51 154 316 120 60 0 23 330 103 60
Binary 101001 1101100 11001110 1010000 110000 0 10011 11011000 1000011 110000

Color Harmonies of #296CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CCE

Black with #296CCE

Text Example


Text Example

White with #296CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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