Html Css Color HEX #296AC9 Denim

📋 copy color: '#296AC9'

red 41 ◦ green 106 ◦ blue 201

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

Shades of Denim #296AC9

Tints of Denim #296AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.46%

 BLUE value IS 201 (78.91% from 255) = 57.76%

R = 11.78%
G = 30.46%
B = 57.76%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#296AC9 (or 0x296AC9) is known color: Denim. HEX triplet: 29, 6A and C9. RGB value is (41,106,201). Sum of RGB (Red+Green+Blue) = 41+106+201=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #296AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AC9 is #D69536. Grayscale: #606060. Windows color (decimal): -14062903 or 13199913. OLE color: 13199913.

HSL color Cylindrical-coordinate representation of color #296AC9: hue angle of 215.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296AC9 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 106 201 -
CMYK 0.80 0.47 0 0.21
HSL 215.63º 0.66% 0.47% -
HSV(B) 215.63º 0.8% 0.79% -
XYZ 16.61 15 57.28 -
YUV 97.4 186.47 87.78 -
System Red Green Blue C M Y K H S L
Decimal 41 106 201 0.80 0.47 0 0.21 215.63 0.66 0.47
Hex 29 6A C9 50 2F 0 15 D8 42 2F
Octal 51 152 311 120 57 0 25 330 102 57
Binary 101001 1101010 11001001 1010000 101111 0 10101 11011000 1000010 101111

Color Harmonies of #296AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AC9

Black with #296AC9

Text Example


Text Example

White with #296AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,201); }

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

background-color css

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

 a { background-color: rgb(41,106,201); }

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

border-color css

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

 span { border-color: rgb(41,106,201); }

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