Html Css Color HEX #296CCD Denim

📋 copy color: '#296CCD'

red 41 ◦ green 108 ◦ blue 205

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

Shades of Denim #296CCD

Tints of Denim #296CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 11.58%
G = 30.51%
B = 57.91%

CMYK

 C value IS 0.8

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#296CCD (or 0x296CCD) is known color: Denim. HEX triplet: 29, 6C and CD. RGB value is (41,108,205). Sum of RGB (Red+Green+Blue) = 41+108+205=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #296CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CCD is #D69332. Grayscale: #626262. Windows color (decimal): -14062387 or 13462569. OLE color: 13462569.

HSL color Cylindrical-coordinate representation of color #296CCD: hue angle of 215.49º degrees, saturation: 0.67, 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 #296CCD is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 108 205 -
CMYK 0.8 0.47 0 0.20
HSL 215.49º 0.67% 0.48% -
HSV(B) 215.49º 0.8% 0.8% -
XYZ 17.3 15.6 59.86 -
YUV 99.03 187.8 86.61 -
System Red Green Blue C M Y K H S L
Decimal 41 108 205 0.8 0.47 0 0.20 215.49 0.67 0.48
Hex 29 6C CD 50 2F 0 14 D7 43 30
Octal 51 154 315 120 57 0 24 327 103 60
Binary 101001 1101100 11001101 1010000 101111 0 10100 11010111 1000011 110000

Color Harmonies of #296CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CCD

Black with #296CCD

Text Example


Text Example

White with #296CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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