Html Css Color HEX #245961 Blue Stone

📋 copy color: '#245961'

red 36 ◦ green 89 ◦ blue 97

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

Shades of Blue Stone #245961

Tints of Blue Stone #245961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

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

R = 16.22%
G = 40.09%
B = 43.69%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245961 (or 0x245961) is known color: Blue Stone. HEX triplet: 24, 59 and 61. RGB value is (36,89,97). Sum of RGB (Red+Green+Blue) = 36+89+97=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #245961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245961 is #DBA69E. Grayscale: #494949. Windows color (decimal): -14395039 or 6379812. OLE color: 6379812.

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

Color convert

RGB 36 89 97 -
CMYK 0.63 0.08 0 0.62
HSL 187.87º 0.46% 0.26% -
HSV(B) 187.87º 0.63% 0.38% -
XYZ 6.46 8.38 12.59 -
YUV 74.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 36 89 97 0.63 0.08 0 0.62 187.87 0.46 0.26
Hex 24 59 61 3F 8 0 3E BC 2E 1A
Octal 44 131 141 77 10 0 76 274 56 32
Binary 100100 1011001 1100001 111111 1000 0 111110 10111100 101110 11010

Color Harmonies of #245961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245961

Black with #245961

Text Example


Text Example

White with #245961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245961; }

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

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

background-color css

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

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

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

border-color css

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

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

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