Html Css Color HEX #255F64 Blue Stone

📋 copy color: '#255F64'

red 37 ◦ green 95 ◦ blue 100

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

Shades of Blue Stone #255F64

Tints of Blue Stone #255F64

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.95%

 BLUE value IS 100 (39.45% from 255) = 43.1%

R = 15.95%
G = 40.95%
B = 43.1%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255F64 (or 0x255F64) is known color: Blue Stone. HEX triplet: 25, 5F and 64. RGB value is (37,95,100). Sum of RGB (Red+Green+Blue) = 37+95+100=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #255F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F64 is #DAA09B. Grayscale: #4E4E4E. Windows color (decimal): -14327964 or 6577957. OLE color: 6577957.

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

Color convert

RGB 37 95 100 -
CMYK 0.63 0.05 0 0.61
HSL 184.76º 0.46% 0.27% -
HSV(B) 184.76º 0.63% 0.39% -
XYZ 7.16 9.5 13.51 -
YUV 78.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 37 95 100 0.63 0.05 0 0.61 184.76 0.46 0.27
Hex 25 5F 64 3F 5 0 3D B9 2E 1B
Octal 45 137 144 77 5 0 75 271 56 33
Binary 100101 1011111 1100100 111111 101 0 111101 10111001 101110 11011

Color Harmonies of #255F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F64

Black with #255F64

Text Example


Text Example

White with #255F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255F64; }

 p { color: rgb(37,95,100); }

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

background-color css

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

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

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

border-color css

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

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

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