Html Css Color HEX #245A61 Blue Stone

📋 copy color: '#245A61'

red 36 ◦ green 90 ◦ blue 97

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

Shades of Blue Stone #245A61

Tints of Blue Stone #245A61

RGB

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

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

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

R = 16.14%
G = 40.36%
B = 43.5%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245A61 (or 0x245A61) is known color: Blue Stone. HEX triplet: 24, 5A and 61. RGB value is (36,90,97). Sum of RGB (Red+Green+Blue) = 36+90+97=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #245A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A61 is #DBA59E. Grayscale: #4A4A4A. Windows color (decimal): -14394783 or 6380068. OLE color: 6380068.

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

Color convert

RGB 36 90 97 -
CMYK 0.63 0.07 0 0.62
HSL 186.89º 0.46% 0.26% -
HSV(B) 186.89º 0.63% 0.38% -
XYZ 6.54 8.55 12.61 -
YUV 74.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 36 90 97 0.63 0.07 0 0.62 186.89 0.46 0.26
Hex 24 5A 61 3F 7 0 3E BB 2E 1A
Octal 44 132 141 77 7 0 76 273 56 32
Binary 100100 1011010 1100001 111111 111 0 111110 10111011 101110 11010

Color Harmonies of #245A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A61

Black with #245A61

Text Example


Text Example

White with #245A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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