#256366

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

Shades of Blue Stone #256366

Tints of Blue Stone #256366

Color information

#256366 (or 0x256366) is unknown color: approx Blue Stone. HEX triplet: 25, 63 and 66. RGB value is (37,99,102). Sum of RGB (Red+Green+Blue) = 37+99+102=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #256366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256366 is #DA9C99. Grayscale: #505050. Windows color (decimal): -14326938 or 6710053. OLE color: 6710053.

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

Color convert

RGB3799102-
CMYK0.640.0300.6
HSL182.77º46.76%27.25%-
HSV(B)182.77º63.73%40%-
XYZ7.6210.2814.15-
YUV80.8139.9696.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=15.55%
G=41.60%
B=42.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37991020.640.0300.6182.7746.7627.25
Hex25636640303Cb72f1b
Octal4514314610030742675733
Binary1001011100011110011010000001101111001011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256366; }

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

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

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

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

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

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

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

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