#245E5F

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

Shades of Blue Stone #245E5F

Tints of Blue Stone #245E5F

Color information

#245E5F (or 0x245E5F) is unknown color: approx Blue Stone. HEX triplet: 24, 5E and 5F. RGB value is (36,94,95). Sum of RGB (Red+Green+Blue) = 36+94+95=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #245E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E5F is #DBA1A0. Grayscale: #4C4C4C. Windows color (decimal): -14393761 or 6250020. OLE color: 6250020.

HSL color Cylindrical-coordinate representation of color #245E5F: hue angle of 181.02º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245E5F is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB369495-
CMYK0.620.0100.63
HSL181.02º45.04%25.69%-
HSV(B)181.02º62.11%37.25%-
XYZ6.89.2112.25-
YUV76.77138.2898.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=16%
G=41.78%
B=42.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3694950.620.0100.63181.0245.0425.69
Hex245E5F3E103Fb52d1a
Octal441361377610772655532
Binary10010010111101011111111110101111111011010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245E5F; }

 p { color: rgb(36,94,95); }

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

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

 a { background-color: rgb(36,94,95); }

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

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

 span { border-color: rgb(36,94,95); }

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