Html Css Color HEX #295F60 Blue Stone

📋 copy color: '#295F60'

red 41 ◦ green 95 ◦ blue 96

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

Shades of Blue Stone #295F60

Tints of Blue Stone #295F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.95%

 BLUE value IS 96 (37.89% from 255) = 41.38%

R = 17.67%
G = 40.95%
B = 41.38%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#295F60 (or 0x295F60) is known color: Blue Stone. HEX triplet: 29, 5F and 60. RGB value is (41,95,96). Sum of RGB (Red+Green+Blue) = 41+95+96=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #295F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F60 is #D6A09F. Grayscale: #4E4E4E. Windows color (decimal): -14065824 or 6315817. OLE color: 6315817.

HSL color Cylindrical-coordinate representation of color #295F60: hue angle of 181.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F60 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 95 96 -
CMYK 0.57 0.01 0 0.62
HSL 181.09º 0.4% 0.27% -
HSV(B) 181.09º 0.57% 0.38% -
XYZ 7.12 9.5 12.52 -
YUV 78.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 41 95 96 0.57 0.01 0 0.62 181.09 0.4 0.27
Hex 29 5F 60 39 1 0 3E B5 28 1B
Octal 51 137 140 71 1 0 76 265 50 33
Binary 101001 1011111 1100000 111001 1 0 111110 10110101 101000 11011

Color Harmonies of #295F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F60

Black with #295F60

Text Example


Text Example

White with #295F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295F60; }

 p { color: rgb(41,95,96); }

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

background-color css

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

 a { background-color: rgb(41,95,96); }

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

border-color css

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

 span { border-color: rgb(41,95,96); }

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