Html Css Color HEX #296361 Blue Stone

📋 copy color: '#296361'

red 41 ◦ green 99 ◦ blue 97

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

Shades of Blue Stone #296361

Tints of Blue Stone #296361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

 BLUE value IS 97 (38.28% from 255) = 40.93%

R = 17.3%
G = 41.77%
B = 40.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#296361 (or 0x296361) is known color: Blue Stone. HEX triplet: 29, 63 and 61. RGB value is (41,99,97). Sum of RGB (Red+Green+Blue) = 41+99+97=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #296361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296361 is #D69C9E. Grayscale: #515151. Windows color (decimal): -14064799 or 6382377. OLE color: 6382377.

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

Color convert

RGB 41 99 97 -
CMYK 0.59 0 0.02 0.61
HSL 177.93º 0.41% 0.27% -
HSV(B) 177.93º 0.59% 0.39% -
XYZ 7.53 10.26 12.89 -
YUV 81.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 41 99 97 0.59 0 0.02 0.61 177.93 0.41 0.27
Hex 29 63 61 3B 0 2 3D B2 29 1B
Octal 51 143 141 73 0 2 75 262 51 33
Binary 101001 1100011 1100001 111011 0 10 111101 10110010 101001 11011

Color Harmonies of #296361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296361

Black with #296361

Text Example


Text Example

White with #296361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296361; }

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

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

background-color css

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

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

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

border-color css

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

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

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