Html Css Color HEX #245E5F Blue Stone

📋 copy color: '#245E5F'

red 36 ◦ green 94 ◦ blue 95

#245E5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #245E5F

Tints of Blue Stone #245E5F

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 value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#245E5F (or 0x245E5F) is known color: 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

RGB 36 94 95 -
CMYK 0.62 0.01 0 0.63
HSL 181.02º 0.45% 0.26% -
HSV(B) 181.02º 0.62% 0.37% -
XYZ 6.8 9.21 12.25 -
YUV 76.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 36 94 95 0.62 0.01 0 0.63 181.02 0.45 0.26
Hex 24 5E 5F 3E 1 0 3F B5 2D 1A
Octal 44 136 137 76 1 0 77 265 55 32
Binary 100100 1011110 1011111 111110 1 0 111111 10110101 101101 11010

Color Harmonies of #245E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E5F

Black with #245E5F

Text Example


Text Example

White with #245E5F

Text Example


Text Example

HTML Codes & Css Web 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>