Html Css Color HEX #245E63 Blue Stone

📋 copy color: '#245E63'

red 36 ◦ green 94 ◦ blue 99

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

Shades of Blue Stone #245E63

Tints of Blue Stone #245E63

RGB

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

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

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

R = 15.72%
G = 41.05%
B = 43.23%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#245E63 (or 0x245E63) is known color: Blue Stone. HEX triplet: 24, 5E and 63. RGB value is (36,94,99). Sum of RGB (Red+Green+Blue) = 36+94+99=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #245E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E63 is #DBA19C. Grayscale: #4D4D4D. Windows color (decimal): -14393757 or 6512164. OLE color: 6512164.

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

Color convert

RGB 36 94 99 -
CMYK 0.64 0.05 0 0.61
HSL 184.76º 0.47% 0.26% -
HSV(B) 184.76º 0.64% 0.39% -
XYZ 6.98 9.28 13.23 -
YUV 77.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 36 94 99 0.64 0.05 0 0.61 184.76 0.47 0.26
Hex 24 5E 63 40 5 0 3D B9 2F 1A
Octal 44 136 143 100 5 0 75 271 57 32
Binary 100100 1011110 1100011 1000000 101 0 111101 10111001 101111 11010

Color Harmonies of #245E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E63

Black with #245E63

Text Example


Text Example

White with #245E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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