Html Css Color HEX #245962 Blue Stone

📋 copy color: '#245962'

red 36 ◦ green 89 ◦ blue 98

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

Shades of Blue Stone #245962

Tints of Blue Stone #245962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 16.14%
G = 39.91%
B = 43.95%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245962 (or 0x245962) is known color: Blue Stone. HEX triplet: 24, 59 and 62. RGB value is (36,89,98). Sum of RGB (Red+Green+Blue) = 36+89+98=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #245962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245962 is #DBA69D. Grayscale: #4A4A4A. Windows color (decimal): -14395038 or 6445348. OLE color: 6445348.

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

Color convert

RGB 36 89 98 -
CMYK 0.63 0.09 0 0.62
HSL 188.71º 0.46% 0.26% -
HSV(B) 188.71º 0.63% 0.38% -
XYZ 6.5 8.4 12.83 -
YUV 74.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 36 89 98 0.63 0.09 0 0.62 188.71 0.46 0.26
Hex 24 59 62 3F 9 0 3E BD 2E 1A
Octal 44 131 142 77 11 0 76 275 56 32
Binary 100100 1011001 1100010 111111 1001 0 111110 10111101 101110 11010

Color Harmonies of #245962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245962

Black with #245962

Text Example


Text Example

White with #245962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245962; }

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

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

background-color css

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

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

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

border-color css

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

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

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