Html Css Color HEX #296AC5 Denim

📋 copy color: '#296AC5'

red 41 ◦ green 106 ◦ blue 197

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

Shades of Denim #296AC5

Tints of Denim #296AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.27%

R = 11.92%
G = 30.81%
B = 57.27%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#296AC5 (or 0x296AC5) is known color: Denim. HEX triplet: 29, 6A and C5. RGB value is (41,106,197). Sum of RGB (Red+Green+Blue) = 41+106+197=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #296AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AC5 is #D6953A. Grayscale: #606060. Windows color (decimal): -14062907 or 12937769. OLE color: 12937769.

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

Color convert

RGB 41 106 197 -
CMYK 0.79 0.46 0 0.23
HSL 215º 0.66% 0.47% -
HSV(B) 215º 0.79% 0.77% -
XYZ 16.15 14.81 54.83 -
YUV 96.94 184.47 88.1 -
System Red Green Blue C M Y K H S L
Decimal 41 106 197 0.79 0.46 0 0.23 215 0.66 0.47
Hex 29 6A C5 4F 2E 0 17 D7 42 2F
Octal 51 152 305 117 56 0 27 327 102 57
Binary 101001 1101010 11000101 1001111 101110 0 10111 11010111 1000010 101111

Color Harmonies of #296AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AC5

Black with #296AC5

Text Example


Text Example

White with #296AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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