Html Css Color HEX #246062 Blue Stone

📋 copy color: '#246062'

red 36 ◦ green 96 ◦ blue 98

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

Shades of Blue Stone #246062

Tints of Blue Stone #246062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

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

R = 15.65%
G = 41.74%
B = 42.61%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#246062 (or 0x246062) is known color: Blue Stone. HEX triplet: 24, 60 and 62. RGB value is (36,96,98). Sum of RGB (Red+Green+Blue) = 36+96+98=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #246062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246062 is #DB9F9D. Grayscale: #4E4E4E. Windows color (decimal): -14393246 or 6447140. OLE color: 6447140.

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

Color convert

RGB 36 96 98 -
CMYK 0.63 0.02 0 0.62
HSL 181.94º 0.46% 0.26% -
HSV(B) 181.94º 0.63% 0.38% -
XYZ 7.12 9.62 13.04 -
YUV 78.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 36 96 98 0.63 0.02 0 0.62 181.94 0.46 0.26
Hex 24 60 62 3F 2 0 3E B6 2E 1A
Octal 44 140 142 77 2 0 76 266 56 32
Binary 100100 1100000 1100010 111111 10 0 111110 10110110 101110 11010

Color Harmonies of #246062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246062

Black with #246062

Text Example


Text Example

White with #246062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246062; }

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

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

background-color css

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

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

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

border-color css

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

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

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