Html Css Color HEX #256362 Blue Stone

📋 copy color: '#256362'

red 37 ◦ green 99 ◦ blue 98

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

Shades of Blue Stone #256362

Tints of Blue Stone #256362

RGB

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

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

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

R = 15.81%
G = 42.31%
B = 41.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#256362 (or 0x256362) is known color: Blue Stone. HEX triplet: 25, 63 and 62. RGB value is (37,99,98). Sum of RGB (Red+Green+Blue) = 37+99+98=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #256362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256362 is #DA9C9D. Grayscale: #505050. Windows color (decimal): -14326942 or 6447909. OLE color: 6447909.

HSL color Cylindrical-coordinate representation of color #256362: hue angle of 179.03º 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 #256362 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 99 98 -
CMYK 0.63 0 0.01 0.61
HSL 179.03º 0.46% 0.27% -
HSV(B) 179.03º 0.63% 0.39% -
XYZ 7.43 10.2 13.13 -
YUV 80.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 37 99 98 0.63 0 0.01 0.61 179.03 0.46 0.27
Hex 25 63 62 3F 0 1 3D B3 2E 1B
Octal 45 143 142 77 0 1 75 263 56 33
Binary 100101 1100011 1100010 111111 0 1 111101 10110011 101110 11011

Color Harmonies of #256362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256362

Black with #256362

Text Example


Text Example

White with #256362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256362; }

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

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

background-color css

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

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

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

border-color css

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

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

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