Html Css Color HEX #256060 Blue Stone

📋 copy color: '#256060'

red 37 ◦ green 96 ◦ blue 96

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

Shades of Blue Stone #256060

Tints of Blue Stone #256060

RGB

 RED value IS 37 (14.84% from 255) = 16.16%

 GREEN value IS 96 (37.89% from 255) = 41.92%

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

R = 16.16%
G = 41.92%
B = 41.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#256060 (or 0x256060) is known color: Blue Stone. HEX triplet: 25, 60 and 60. RGB value is (37,96,96). Sum of RGB (Red+Green+Blue) = 37+96+96=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #256060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256060 is #DA9F9F. Grayscale: #4E4E4E. Windows color (decimal): -14327712 or 6316069. OLE color: 6316069.

HSL color Cylindrical-coordinate representation of color #256060: hue angle of 180º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #256060 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 96 96 -
CMYK 0.61 0 0 0.62
HSL 180º 0.44% 0.26% -
HSV(B) 180º 0.61% 0.38% -
XYZ 7.06 9.6 12.55 -
YUV 78.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 37 96 96 0.61 0 0 0.62 180 0.44 0.26
Hex 25 60 60 3D 0 0 3E B4 2C 1A
Octal 45 140 140 75 0 0 76 264 54 32
Binary 100101 1100000 1100000 111101 0 0 111110 10110100 101100 11010

Color Harmonies of #256060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256060

Black with #256060

Text Example


Text Example

White with #256060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256060; }

 p { color: rgb(37,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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