#256368

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

Shades of Blue Stone #256368

Tints of Blue Stone #256368

Color information

#256368 (or 0x256368) is unknown color: approx Blue Stone. HEX triplet: 25, 63 and 68. RGB value is (37,99,104). Sum of RGB (Red+Green+Blue) = 37+99+104=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #256368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256368 is #DA9C97. Grayscale: #505050. Windows color (decimal): -14326936 or 6841125. OLE color: 6841125.

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

Color convert

RGB3799104-
CMYK0.640.0500.59
HSL184.48º47.52%27.65%-
HSV(B)184.48º64.42%40.78%-
XYZ7.7210.3214.68-
YUV81.03140.9696.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=15.42%
G=41.25%
B=43.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37991040.640.0500.59184.4847.5227.65
Hex25636840503Bb8301c
Octal4514315010050732706034
Binary10010111000111101000100000010101110111011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256368; }

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

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

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

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

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

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

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

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