Html Css Color HEX #256360 Blue Stone

📋 copy color: '#256360'

red 37 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #256360

Tints of Blue Stone #256360

RGB

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

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

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

R = 15.95%
G = 42.67%
B = 41.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#256360 (or 0x256360) is known color: Blue Stone. HEX triplet: 25, 63 and 60. RGB value is (37,99,96). Sum of RGB (Red+Green+Blue) = 37+99+96=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #256360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256360 is #DA9C9F. Grayscale: #505050. Windows color (decimal): -14326944 or 6316837. OLE color: 6316837.

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

Color convert

RGB 37 99 96 -
CMYK 0.63 0 0.03 0.61
HSL 177.1º 0.46% 0.27% -
HSV(B) 177.1º 0.63% 0.39% -
XYZ 7.34 10.16 12.64 -
YUV 80.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 37 99 96 0.63 0 0.03 0.61 177.1 0.46 0.27
Hex 25 63 60 3F 0 3 3D B1 2E 1B
Octal 45 143 140 77 0 3 75 261 56 33
Binary 100101 1100011 1100000 111111 0 11 111101 10110001 101110 11011

Color Harmonies of #256360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256360

Black with #256360

Text Example


Text Example

White with #256360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256360; }

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

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

background-color css

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

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

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

border-color css

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

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

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