Html Css Color HEX #245C65 Blue Stone

📋 copy color: '#245C65'

red 36 ◦ green 92 ◦ blue 101

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

Shades of Blue Stone #245C65

Tints of Blue Stone #245C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 15.72%
G = 40.17%
B = 44.1%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#245C65 (or 0x245C65) is known color: Blue Stone. HEX triplet: 24, 5C and 65. RGB value is (36,92,101). Sum of RGB (Red+Green+Blue) = 36+92+101=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #245C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C65 is #DBA39A. Grayscale: #4C4C4C. Windows color (decimal): -14394267 or 6642724. OLE color: 6642724.

HSL color Cylindrical-coordinate representation of color #245C65: hue angle of 188.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245C65 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 92 101 -
CMYK 0.64 0.09 0 0.60
HSL 188.31º 0.47% 0.27% -
HSV(B) 188.31º 0.64% 0.4% -
XYZ 6.9 8.97 13.68 -
YUV 76.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 36 92 101 0.64 0.09 0 0.60 188.31 0.47 0.27
Hex 24 5C 65 40 9 0 3C BC 2F 1B
Octal 44 134 145 100 11 0 74 274 57 33
Binary 100100 1011100 1100101 1000000 1001 0 111100 10111100 101111 11011

Color Harmonies of #245C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C65

Black with #245C65

Text Example


Text Example

White with #245C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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