Html Css Color HEX #256862 Blue Stone

📋 copy color: '#256862'

red 37 ◦ green 104 ◦ blue 98

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

Shades of Blue Stone #256862

Tints of Blue Stone #256862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 15.48%
G = 43.51%
B = 41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#256862 (or 0x256862) is known color: Blue Stone. HEX triplet: 25, 68 and 62. RGB value is (37,104,98). Sum of RGB (Red+Green+Blue) = 37+104+98=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #256862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256862 is #DA979D. Grayscale: #535353. Windows color (decimal): -14325662 or 6449189. OLE color: 6449189.

HSL color Cylindrical-coordinate representation of color #256862: hue angle of 174.63º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256862 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 104 98 -
CMYK 0.64 0 0.06 0.59
HSL 174.63º 0.48% 0.28% -
HSV(B) 174.63º 0.64% 0.41% -
XYZ 7.92 11.18 13.3 -
YUV 83.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 37 104 98 0.64 0 0.06 0.59 174.63 0.48 0.28
Hex 25 68 62 40 0 6 3B AF 30 1C
Octal 45 150 142 100 0 6 73 257 60 34
Binary 100101 1101000 1100010 1000000 0 110 111011 10101111 110000 11100

Color Harmonies of #256862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256862

Black with #256862

Text Example


Text Example

White with #256862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256862; }

 p { color: rgb(37,104,98); }

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

background-color css

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

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

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

border-color css

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

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

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