#256067

Color #256067 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #256067

Tints of Blue Stone #256067

Color information

#256067 (or 0x256067) is unknown color: approx 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

RGB3796103-
CMYK0.640.0700.60
HSL186.36º47.14%27.45%-
HSV(B)186.36º64.08%40.39%-
XYZ7.399.7414.32-
YUV79.16141.4597.93-

RGB Variations

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

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.62% from 255) = 43.64%
R=15.68%
G=40.68%
B=43.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37961030.640.0700.60186.3647.1427.45
Hex25606740703Cba2f1b
Octal4514014710070742725733
Binary10010111000001100111100000011101111001011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>