Html Css Color HEX #246365 Blue Stone

📋 copy color: '#246365'

red 36 ◦ green 99 ◦ blue 101

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

Shades of Blue Stone #246365

Tints of Blue Stone #246365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 15.25%
G = 41.95%
B = 42.8%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#246365 (or 0x246365) is known color: Blue Stone. HEX triplet: 24, 63 and 65. RGB value is (36,99,101). Sum of RGB (Red+Green+Blue) = 36+99+101=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #246365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246365 is #DB9C9A. Grayscale: #505050. Windows color (decimal): -14392475 or 6644516. OLE color: 6644516.

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

Color convert

RGB 36 99 101 -
CMYK 0.64 0.02 0 0.60
HSL 181.85º 0.47% 0.27% -
HSV(B) 181.85º 0.64% 0.4% -
XYZ 7.54 10.24 13.89 -
YUV 80.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 36 99 101 0.64 0.02 0 0.60 181.85 0.47 0.27
Hex 24 63 65 40 2 0 3C B6 2F 1B
Octal 44 143 145 100 2 0 74 266 57 33
Binary 100100 1100011 1100101 1000000 10 0 111100 10110110 101111 11011

Color Harmonies of #246365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246365

Black with #246365

Text Example


Text Example

White with #246365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246365; }

 p { color: rgb(36,99,101); }

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

background-color css

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

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

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

border-color css

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

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

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