#256769

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

Shades of Blue Stone #256769

Tints of Blue Stone #256769

Color information

#256769 (or 0x256769) is unknown color: approx Blue Stone. HEX triplet: 25, 67 and 69. RGB value is (37,103,105). Sum of RGB (Red+Green+Blue) = 37+103+105=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #256769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256769 is #DA9896. Grayscale: #535353. Windows color (decimal): -14325911 or 6907685. OLE color: 6907685.

HSL color Cylindrical-coordinate representation of color #256769: hue angle of 181.76º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256769 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB37103105-
CMYK0.650.0200.59
HSL181.76º47.89%27.84%-
HSV(B)181.76º64.76%41.18%-
XYZ8.1611.1115.08-
YUV83.49140.1394.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=15.10%
G=42.04%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal371031050.650.0200.59181.7647.8927.84
Hex25676941203Bb6301c
Octal4514715110120732666034
Binary1001011100111110100110000011001110111011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256769; }

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

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

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

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

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

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

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

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