Html Css Color HEX #256768 Blue Stone

📋 copy color: '#256768'

red 37 ◦ green 103 ◦ blue 104

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

Shades of Blue Stone #256768

Tints of Blue Stone #256768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 15.16%
G = 42.21%
B = 42.62%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#256768 (or 0x256768) is known color: Blue Stone. HEX triplet: 25, 67 and 68. RGB value is (37,103,104). Sum of RGB (Red+Green+Blue) = 37+103+104=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #256768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256768 is #DA9897. Grayscale: #535353. Windows color (decimal): -14325912 or 6842149. OLE color: 6842149.

HSL color Cylindrical-coordinate representation of color #256768: hue angle of 180.9º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256768 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 103 104 -
CMYK 0.64 0.01 0 0.59
HSL 180.9º 0.48% 0.28% -
HSV(B) 180.9º 0.64% 0.41% -
XYZ 8.11 11.09 14.81 -
YUV 83.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 37 103 104 0.64 0.01 0 0.59 180.9 0.48 0.28
Hex 25 67 68 40 1 0 3B B5 30 1C
Octal 45 147 150 100 1 0 73 265 60 34
Binary 100101 1100111 1101000 1000000 1 0 111011 10110101 110000 11100

Color Harmonies of #256768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256768

Black with #256768

Text Example


Text Example

White with #256768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256768; }

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

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

background-color css

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

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

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

border-color css

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

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

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