Html Css Color HEX #296164 Blue Stone

📋 copy color: '#296164'

red 41 ◦ green 97 ◦ blue 100

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

Shades of Blue Stone #296164

Tints of Blue Stone #296164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

 BLUE value IS 100 (39.45% from 255) = 42.02%

R = 17.23%
G = 40.76%
B = 42.02%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#296164 (or 0x296164) is known color: Blue Stone. HEX triplet: 29, 61 and 64. RGB value is (41,97,100). Sum of RGB (Red+Green+Blue) = 41+97+100=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #296164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296164 is #D69E9B. Grayscale: #505050. Windows color (decimal): -14065308 or 6578473. OLE color: 6578473.

HSL color Cylindrical-coordinate representation of color #296164: hue angle of 183.05º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296164 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 97 100 -
CMYK 0.59 0.03 0 0.61
HSL 183.05º 0.42% 0.28% -
HSV(B) 183.05º 0.59% 0.39% -
XYZ 7.49 9.94 13.58 -
YUV 80.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 41 97 100 0.59 0.03 0 0.61 183.05 0.42 0.28
Hex 29 61 64 3B 3 0 3D B7 2A 1C
Octal 51 141 144 73 3 0 75 267 52 34
Binary 101001 1100001 1100100 111011 11 0 111101 10110111 101010 11100

Color Harmonies of #296164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296164

Black with #296164

Text Example


Text Example

White with #296164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296164; }

 p { color: rgb(41,97,100); }

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

background-color css

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

 a { background-color: rgb(41,97,100); }

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

border-color css

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

 span { border-color: rgb(41,97,100); }

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