Html Css Color HEX #256363 Blue Stone

📋 copy color: '#256363'

red 37 ◦ green 99 ◦ blue 99

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

Shades of Blue Stone #256363

Tints of Blue Stone #256363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 15.74%
G = 42.13%
B = 42.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#256363 (or 0x256363) is known color: Blue Stone. HEX triplet: 25, 63 and 63. RGB value is (37,99,99). Sum of RGB (Red+Green+Blue) = 37+99+99=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #256363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256363 is #DA9C9C. Grayscale: #505050. Windows color (decimal): -14326941 or 6513445. OLE color: 6513445.

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

Color convert

RGB 37 99 99 -
CMYK 0.63 0 0 0.61
HSL 180º 0.46% 0.27% -
HSV(B) 180º 0.63% 0.39% -
XYZ 7.48 10.22 13.38 -
YUV 80.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 37 99 99 0.63 0 0 0.61 180 0.46 0.27
Hex 25 63 63 3F 0 0 3D B4 2E 1B
Octal 45 143 143 77 0 0 75 264 56 33
Binary 100101 1100011 1100011 111111 0 0 111101 10110100 101110 11011

Color Harmonies of #256363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256363

Black with #256363

Text Example


Text Example

White with #256363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256363; }

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

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

background-color css

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

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

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

border-color css

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

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

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