Html Css Color HEX #246262 Blue Stone

📋 copy color: '#246262'

red 36 ◦ green 98 ◦ blue 98

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

Shades of Blue Stone #246262

Tints of Blue Stone #246262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

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

R = 15.52%
G = 42.24%
B = 42.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#246262 (or 0x246262) is known color: Blue Stone. HEX triplet: 24, 62 and 62. RGB value is (36,98,98). Sum of RGB (Red+Green+Blue) = 36+98+98=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #246262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246262 is #DB9D9D. Grayscale: #4F4F4F. Windows color (decimal): -14392734 or 6447652. OLE color: 6447652.

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

Color convert

RGB 36 98 98 -
CMYK 0.63 0 0 0.62
HSL 180º 0.46% 0.26% -
HSV(B) 180º 0.63% 0.38% -
XYZ 7.3 9.99 13.1 -
YUV 79.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 36 98 98 0.63 0 0 0.62 180 0.46 0.26
Hex 24 62 62 3F 0 0 3E B4 2E 1A
Octal 44 142 142 77 0 0 76 264 56 32
Binary 100100 1100010 1100010 111111 0 0 111110 10110100 101110 11010

Color Harmonies of #246262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246262

Black with #246262

Text Example


Text Example

White with #246262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246262; }

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

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

background-color css

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

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

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

border-color css

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

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

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