Html Css Color HEX #256165 Blue Stone

📋 copy color: '#256165'

red 37 ◦ green 97 ◦ blue 101

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

Shades of Blue Stone #256165

Tints of Blue Stone #256165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 15.74%
G = 41.28%
B = 42.98%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#256165 (or 0x256165) is known color: Blue Stone. HEX triplet: 25, 61 and 65. RGB value is (37,97,101). Sum of RGB (Red+Green+Blue) = 37+97+101=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #256165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256165 is #DA9E9A. Grayscale: #4F4F4F. Windows color (decimal): -14327451 or 6644005. OLE color: 6644005.

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

Color convert

RGB 37 97 101 -
CMYK 0.63 0.04 0 0.60
HSL 183.75º 0.46% 0.27% -
HSV(B) 183.75º 0.63% 0.4% -
XYZ 7.39 9.88 13.83 -
YUV 79.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 37 97 101 0.63 0.04 0 0.60 183.75 0.46 0.27
Hex 25 61 65 3F 4 0 3C B8 2E 1B
Octal 45 141 145 77 4 0 74 270 56 33
Binary 100101 1100001 1100101 111111 100 0 111100 10111000 101110 11011

Color Harmonies of #256165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256165

Black with #256165

Text Example


Text Example

White with #256165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256165; }

 p { color: rgb(37,97,101); }

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

background-color css

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

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

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

border-color css

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

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

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