Html Css Color HEX #246261 Blue Stone

📋 copy color: '#246261'

red 36 ◦ green 98 ◦ blue 97

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

Shades of Blue Stone #246261

Tints of Blue Stone #246261

RGB

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

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

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

R = 15.58%
G = 42.42%
B = 41.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#246261 (or 0x246261) is known color: Blue Stone. HEX triplet: 24, 62 and 61. RGB value is (36,98,97). Sum of RGB (Red+Green+Blue) = 36+98+97=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #246261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246261 is #DB9D9E. Grayscale: #4F4F4F. Windows color (decimal): -14392735 or 6382116. OLE color: 6382116.

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

Color convert

RGB 36 98 97 -
CMYK 0.63 0 0.01 0.62
HSL 179.03º 0.46% 0.26% -
HSV(B) 179.03º 0.63% 0.38% -
XYZ 7.25 9.97 12.85 -
YUV 79.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 36 98 97 0.63 0 0.01 0.62 179.03 0.46 0.26
Hex 24 62 61 3F 0 1 3E B3 2E 1A
Octal 44 142 141 77 0 1 76 263 56 32
Binary 100100 1100010 1100001 111111 0 1 111110 10110011 101110 11010

Color Harmonies of #246261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246261

Black with #246261

Text Example


Text Example

White with #246261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246261; }

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

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

background-color css

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

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

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

border-color css

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

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

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