Html Css Color HEX #256067 Blue Stone

📋 copy color: '#256067'

red 37 ◦ green 96 ◦ blue 103

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

Shades of Blue Stone #256067

Tints of Blue Stone #256067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.68%

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 15.68%
G = 40.68%
B = 43.64%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#256067 (or 0x256067) is known color: Blue Stone. HEX triplet: 25, 60 and 67. RGB value is (37,96,103). Sum of RGB (Red+Green+Blue) = 37+96+103=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #256067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256067 is #DA9F98. Grayscale: #4F4F4F. Windows color (decimal): -14327705 or 6774821. OLE color: 6774821.

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

Color convert

RGB 37 96 103 -
CMYK 0.64 0.07 0 0.60
HSL 186.36º 0.47% 0.27% -
HSV(B) 186.36º 0.64% 0.4% -
XYZ 7.39 9.74 14.32 -
YUV 79.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 37 96 103 0.64 0.07 0 0.60 186.36 0.47 0.27
Hex 25 60 67 40 7 0 3C BA 2F 1B
Octal 45 140 147 100 7 0 74 272 57 33
Binary 100101 1100000 1100111 1000000 111 0 111100 10111010 101111 11011

Color Harmonies of #256067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256067

Black with #256067

Text Example


Text Example

White with #256067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256067; }

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

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

background-color css

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

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

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

border-color css

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

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

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