Html Css Color HEX #245E61 Blue Stone

📋 copy color: '#245E61'

red 36 ◦ green 94 ◦ blue 97

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

Shades of Blue Stone #245E61

Tints of Blue Stone #245E61

RGB

 RED value IS 36 (14.45% from 255) = 15.86%

 GREEN value IS 94 (37.11% from 255) = 41.41%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 15.86%
G = 41.41%
B = 42.73%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245E61 (or 0x245E61) is known color: Blue Stone. HEX triplet: 24, 5E and 61. RGB value is (36,94,97). Sum of RGB (Red+Green+Blue) = 36+94+97=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #245E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E61 is #DBA19E. Grayscale: #4C4C4C. Windows color (decimal): -14393759 or 6381092. OLE color: 6381092.

HSL color Cylindrical-coordinate representation of color #245E61: hue angle of 182.95º 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 #245E61 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 94 97 -
CMYK 0.63 0.03 0 0.62
HSL 182.95º 0.46% 0.26% -
HSV(B) 182.95º 0.63% 0.38% -
XYZ 6.89 9.24 12.73 -
YUV 77 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 36 94 97 0.63 0.03 0 0.62 182.95 0.46 0.26
Hex 24 5E 61 3F 3 0 3E B7 2E 1A
Octal 44 136 141 77 3 0 76 267 56 32
Binary 100100 1011110 1100001 111111 11 0 111110 10110111 101110 11010

Color Harmonies of #245E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E61

Black with #245E61

Text Example


Text Example

White with #245E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #245E61;
 }
 .AnyTagClassName
 {
   color: #245E61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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