Html Css Color HEX #246761 Blue Stone

📋 copy color: '#246761'

red 36 ◦ green 103 ◦ blue 97

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

Shades of Blue Stone #246761

Tints of Blue Stone #246761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.64%

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

R = 15.25%
G = 43.64%
B = 41.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#246761 (or 0x246761) is known color: Blue Stone. HEX triplet: 24, 67 and 61. RGB value is (36,103,97). Sum of RGB (Red+Green+Blue) = 36+103+97=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #246761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246761 is #DB989E. Grayscale: #525252. Windows color (decimal): -14391455 or 6383396. OLE color: 6383396.

HSL color Cylindrical-coordinate representation of color #246761: hue angle of 174.63º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246761 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 103 97 -
CMYK 0.65 0 0.06 0.60
HSL 174.63º 0.48% 0.27% -
HSV(B) 174.63º 0.65% 0.4% -
XYZ 7.74 10.94 13.01 -
YUV 82.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 36 103 97 0.65 0 0.06 0.60 174.63 0.48 0.27
Hex 24 67 61 41 0 6 3C AF 30 1B
Octal 44 147 141 101 0 6 74 257 60 33
Binary 100100 1100111 1100001 1000001 0 110 111100 10101111 110000 11011

Color Harmonies of #246761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246761

Black with #246761

Text Example


Text Example

White with #246761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246761; }

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

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

background-color css

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

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

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

border-color css

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

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

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