Html Css Color HEX #245C61 Blue Stone

📋 copy color: '#245C61'

red 36 ◦ green 92 ◦ blue 97

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

Shades of Blue Stone #245C61

Tints of Blue Stone #245C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.89%

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

R = 16%
G = 40.89%
B = 43.11%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245C61 (or 0x245C61) is known color: Blue Stone. HEX triplet: 24, 5C and 61. RGB value is (36,92,97). Sum of RGB (Red+Green+Blue) = 36+92+97=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #245C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C61 is #DBA39E. Grayscale: #4B4B4B. Windows color (decimal): -14394271 or 6380580. OLE color: 6380580.

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

Color convert

RGB 36 92 97 -
CMYK 0.63 0.05 0 0.62
HSL 184.92º 0.46% 0.26% -
HSV(B) 184.92º 0.63% 0.38% -
XYZ 6.71 8.89 12.67 -
YUV 75.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 36 92 97 0.63 0.05 0 0.62 184.92 0.46 0.26
Hex 24 5C 61 3F 5 0 3E B9 2E 1A
Octal 44 134 141 77 5 0 76 271 56 32
Binary 100100 1011100 1100001 111111 101 0 111110 10111001 101110 11010

Color Harmonies of #245C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C61

Black with #245C61

Text Example


Text Example

White with #245C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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