Html Css Color HEX #246265 Blue Stone

📋 copy color: '#246265'

red 36 ◦ green 98 ◦ blue 101

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

Shades of Blue Stone #246265

Tints of Blue Stone #246265

RGB

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

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

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

R = 15.32%
G = 41.7%
B = 42.98%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#246265 (or 0x246265) is known color: Blue Stone. HEX triplet: 24, 62 and 65. RGB value is (36,98,101). Sum of RGB (Red+Green+Blue) = 36+98+101=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #246265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246265 is #DB9D9A. Grayscale: #4F4F4F. Windows color (decimal): -14392731 or 6644260. OLE color: 6644260.

HSL color Cylindrical-coordinate representation of color #246265: hue angle of 182.77º 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 #246265 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 98 101 -
CMYK 0.64 0.03 0 0.60
HSL 182.77º 0.47% 0.27% -
HSV(B) 182.77º 0.64% 0.4% -
XYZ 7.44 10.05 13.86 -
YUV 79.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 36 98 101 0.64 0.03 0 0.60 182.77 0.47 0.27
Hex 24 62 65 40 3 0 3C B7 2F 1B
Octal 44 142 145 100 3 0 74 267 57 33
Binary 100100 1100010 1100101 1000000 11 0 111100 10110111 101111 11011

Color Harmonies of #246265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246265

Black with #246265

Text Example


Text Example

White with #246265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246265; }

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

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

background-color css

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

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

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

border-color css

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

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

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