Html Css Color HEX #245A5E Blue Stone

📋 copy color: '#245A5E'

red 36 ◦ green 90 ◦ blue 94

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

Shades of Blue Stone #245A5E

Tints of Blue Stone #245A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 16.36%
G = 40.91%
B = 42.73%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#245A5E (or 0x245A5E) is known color: Blue Stone. HEX triplet: 24, 5A and 5E. RGB value is (36,90,94). Sum of RGB (Red+Green+Blue) = 36+90+94=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #245A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A5E is #DBA5A1. Grayscale: #4A4A4A. Windows color (decimal): -14394786 or 6183460. OLE color: 6183460.

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

Color convert

RGB 36 90 94 -
CMYK 0.62 0.04 0 0.63
HSL 184.14º 0.45% 0.25% -
HSV(B) 184.14º 0.62% 0.37% -
XYZ 6.4 8.5 11.89 -
YUV 74.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 36 90 94 0.62 0.04 0 0.63 184.14 0.45 0.25
Hex 24 5A 5E 3E 4 0 3F B8 2D 19
Octal 44 132 136 76 4 0 77 270 55 31
Binary 100100 1011010 1011110 111110 100 0 111111 10111000 101101 11001

Color Harmonies of #245A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A5E

Black with #245A5E

Text Example


Text Example

White with #245A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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