Html Css Color HEX #245C63 Blue Stone

📋 copy color: '#245C63'

red 36 ◦ green 92 ◦ blue 99

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

Shades of Blue Stone #245C63

Tints of Blue Stone #245C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.61%

R = 15.86%
G = 40.53%
B = 43.61%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#245C63 (or 0x245C63) is known color: Blue Stone. HEX triplet: 24, 5C and 63. RGB value is (36,92,99). Sum of RGB (Red+Green+Blue) = 36+92+99=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #245C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C63 is #DBA39C. Grayscale: #4B4B4B. Windows color (decimal): -14394269 or 6511652. OLE color: 6511652.

HSL color Cylindrical-coordinate representation of color #245C63: hue angle of 186.67º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245C63 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 92 99 -
CMYK 0.64 0.07 0 0.61
HSL 186.67º 0.47% 0.26% -
HSV(B) 186.67º 0.64% 0.39% -
XYZ 6.81 8.93 13.17 -
YUV 76.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 36 92 99 0.64 0.07 0 0.61 186.67 0.47 0.26
Hex 24 5C 63 40 7 0 3D BB 2F 1A
Octal 44 134 143 100 7 0 75 273 57 32
Binary 100100 1011100 1100011 1000000 111 0 111101 10111011 101111 11010

Color Harmonies of #245C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C63

Black with #245C63

Text Example


Text Example

White with #245C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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