#245B62

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

Shades of Blue Stone #245B62

Tints of Blue Stone #245B62

Color information

#245B62 (or 0x245B62) is unknown color: approx Blue Stone. HEX triplet: 24, 5B and 62. RGB value is (36,91,98). Sum of RGB (Red+Green+Blue) = 36+91+98=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #245B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B62 is #DBA49D. Grayscale: #4B4B4B. Windows color (decimal): -14394526 or 6445860. OLE color: 6445860.

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

Color convert

RGB369198-
CMYK0.630.0700.62
HSL186.77º46.27%26.27%-
HSV(B)186.77º63.27%38.43%-
XYZ6.678.7412.89-
YUV75.35140.7899.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=16%
G=40.44%
B=43.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3691980.630.0700.62186.7746.2726.27
Hex245B623F703Ebb2e1a
Octal441331427770762735632
Binary1001001011011110001011111111101111101011101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,91,98); }

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

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

 a { background-color: rgb(36,91,98); }

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

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

 span { border-color: rgb(36,91,98); }

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