Html Css Color HEX #245E62 Blue Stone

📋 copy color: '#245E62'

red 36 ◦ green 94 ◦ blue 98

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

Shades of Blue Stone #245E62

Tints of Blue Stone #245E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 15.79%
G = 41.23%
B = 42.98%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245E62 (or 0x245E62) is known color: Blue Stone. HEX triplet: 24, 5E and 62. RGB value is (36,94,98). Sum of RGB (Red+Green+Blue) = 36+94+98=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #245E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E62 is #DBA19D. Grayscale: #4D4D4D. Windows color (decimal): -14393758 or 6446628. OLE color: 6446628.

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

Color convert

RGB 36 94 98 -
CMYK 0.63 0.04 0 0.62
HSL 183.87º 0.46% 0.26% -
HSV(B) 183.87º 0.63% 0.38% -
XYZ 6.93 9.26 12.98 -
YUV 77.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 36 94 98 0.63 0.04 0 0.62 183.87 0.46 0.26
Hex 24 5E 62 3F 4 0 3E B8 2E 1A
Octal 44 136 142 77 4 0 76 270 56 32
Binary 100100 1011110 1100010 111111 100 0 111110 10111000 101110 11010

Color Harmonies of #245E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E62

Black with #245E62

Text Example


Text Example

White with #245E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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