Html Css Color HEX #256765 Blue Stone

📋 copy color: '#256765'

red 37 ◦ green 103 ◦ blue 101

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

Shades of Blue Stone #256765

Tints of Blue Stone #256765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

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

R = 15.35%
G = 42.74%
B = 41.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#256765 (or 0x256765) is known color: Blue Stone. HEX triplet: 25, 67 and 65. RGB value is (37,103,101). Sum of RGB (Red+Green+Blue) = 37+103+101=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #256765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256765 is #DA989A. Grayscale: #525252. Windows color (decimal): -14325915 or 6645541. OLE color: 6645541.

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

Color convert

RGB 37 103 101 -
CMYK 0.64 0 0.02 0.60
HSL 178.18º 0.47% 0.27% -
HSV(B) 178.18º 0.64% 0.4% -
XYZ 7.96 11.03 14.02 -
YUV 83.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 37 103 101 0.64 0 0.02 0.60 178.18 0.47 0.27
Hex 25 67 65 40 0 2 3C B2 2F 1B
Octal 45 147 145 100 0 2 74 262 57 33
Binary 100101 1100111 1100101 1000000 0 10 111100 10110010 101111 11011

Color Harmonies of #256765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256765

Black with #256765

Text Example


Text Example

White with #256765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256765; }

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

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

background-color css

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

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

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

border-color css

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

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

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