Html Css Color HEX #256665 Blue Stone

📋 copy color: '#256665'

red 37 ◦ green 102 ◦ blue 101

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

Shades of Blue Stone #256665

Tints of Blue Stone #256665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

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

R = 15.42%
G = 42.5%
B = 42.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#256665 (or 0x256665) is known color: Blue Stone. HEX triplet: 25, 66 and 65. RGB value is (37,102,101). Sum of RGB (Red+Green+Blue) = 37+102+101=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #256665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256665 is #DA999A. Grayscale: #525252. Windows color (decimal): -14326171 or 6645285. OLE color: 6645285.

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

Color convert

RGB 37 102 101 -
CMYK 0.64 0 0.01 0.6
HSL 179.08º 0.47% 0.27% -
HSV(B) 179.08º 0.64% 0.4% -
XYZ 7.86 10.84 13.99 -
YUV 82.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 37 102 101 0.64 0 0.01 0.6 179.08 0.47 0.27
Hex 25 66 65 40 0 1 3C B3 2F 1B
Octal 45 146 145 100 0 1 74 263 57 33
Binary 100101 1100110 1100101 1000000 0 1 111100 10110011 101111 11011

Color Harmonies of #256665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256665

Black with #256665

Text Example


Text Example

White with #256665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256665; }

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

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

background-color css

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

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

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

border-color css

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

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

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