#256168

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

Shades of Blue Stone #256168

Tints of Blue Stone #256168

Color information

#256168 (or 0x256168) is unknown color: approx Blue Stone. HEX triplet: 25, 61 and 68. RGB value is (37,97,104). Sum of RGB (Red+Green+Blue) = 37+97+104=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #256168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256168 is #DA9E97. Grayscale: #4F4F4F. Windows color (decimal): -14327448 or 6840613. OLE color: 6840613.

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

Color convert

RGB3797104-
CMYK0.640.0700.59
HSL186.27º47.52%27.65%-
HSV(B)186.27º64.42%40.78%-
XYZ7.549.9414.62-
YUV79.86141.6297.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=15.55%
G=40.76%
B=43.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37971040.640.0700.59186.2747.5227.65
Hex25616840703Bba301c
Octal4514115010070732726034
Binary10010111000011101000100000011101110111011101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256168; }

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

 H1.HeaderClassName
 {
   color: #256168;
 }
 .AnyTagClassName
 {
   color: #256168;
 }
</style>
background-color css

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

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

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

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

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

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