Html Css Color HEX #296165 Blue Stone

📋 copy color: '#296165'

red 41 ◦ green 97 ◦ blue 101

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

Shades of Blue Stone #296165

Tints of Blue Stone #296165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 17.15%
G = 40.59%
B = 42.26%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#296165 (or 0x296165) is known color: Blue Stone. HEX triplet: 29, 61 and 65. RGB value is (41,97,101). Sum of RGB (Red+Green+Blue) = 41+97+101=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #296165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296165 is #D69E9A. Grayscale: #505050. Windows color (decimal): -14065307 or 6644009. OLE color: 6644009.

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

Color convert

RGB 41 97 101 -
CMYK 0.59 0.04 0 0.60
HSL 184º 0.42% 0.28% -
HSV(B) 184º 0.59% 0.4% -
XYZ 7.54 9.96 13.84 -
YUV 80.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 41 97 101 0.59 0.04 0 0.60 184 0.42 0.28
Hex 29 61 65 3B 4 0 3C B8 2A 1C
Octal 51 141 145 73 4 0 74 270 52 34
Binary 101001 1100001 1100101 111011 100 0 111100 10111000 101010 11100

Color Harmonies of #296165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296165

Black with #296165

Text Example


Text Example

White with #296165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296165; }

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

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

background-color css

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

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

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

border-color css

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

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

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