Html Css Color HEX #245F5F Blue Stone

📋 copy color: '#245F5F'

red 36 ◦ green 95 ◦ blue 95

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

Shades of Blue Stone #245F5F

Tints of Blue Stone #245F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.04%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 15.93%
G = 42.04%
B = 42.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#245F5F (or 0x245F5F) is known color: Blue Stone. HEX triplet: 24, 5F and 5F. RGB value is (36,95,95). Sum of RGB (Red+Green+Blue) = 36+95+95=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #245F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F5F is #DBA0A0. Grayscale: #4D4D4D. Windows color (decimal): -14393505 or 6250276. OLE color: 6250276.

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

Color convert

RGB 36 95 95 -
CMYK 0.62 0 0 0.63
HSL 180º 0.45% 0.26% -
HSV(B) 180º 0.62% 0.37% -
XYZ 6.89 9.39 12.28 -
YUV 77.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 36 95 95 0.62 0 0 0.63 180 0.45 0.26
Hex 24 5F 5F 3E 0 0 3F B4 2D 1A
Octal 44 137 137 76 0 0 77 264 55 32
Binary 100100 1011111 1011111 111110 0 0 111111 10110100 101101 11010

Color Harmonies of #245F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F5F

Black with #245F5F

Text Example


Text Example

White with #245F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,95,95); }

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

background-color css

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

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

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

border-color css

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

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

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