Html Css Color HEX #246369 Blue Stone

📋 copy color: '#246369'

red 36 ◦ green 99 ◦ blue 105

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

Shades of Blue Stone #246369

Tints of Blue Stone #246369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 15%
G = 41.25%
B = 43.75%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#246369 (or 0x246369) is known color: Blue Stone. HEX triplet: 24, 63 and 69. RGB value is (36,99,105). Sum of RGB (Red+Green+Blue) = 36+99+105=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #246369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246369 is #DB9C96. Grayscale: #505050. Windows color (decimal): -14392471 or 6906660. OLE color: 6906660.

HSL color Cylindrical-coordinate representation of color #246369: hue angle of 185.22º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246369 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 99 105 -
CMYK 0.66 0.06 0 0.59
HSL 185.22º 0.49% 0.28% -
HSV(B) 185.22º 0.66% 0.41% -
XYZ 7.74 10.32 14.95 -
YUV 80.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 36 99 105 0.66 0.06 0 0.59 185.22 0.49 0.28
Hex 24 63 69 42 6 0 3B B9 31 1C
Octal 44 143 151 102 6 0 73 271 61 34
Binary 100100 1100011 1101001 1000010 110 0 111011 10111001 110001 11100

Color Harmonies of #246369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246369

Black with #246369

Text Example


Text Example

White with #246369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246369; }

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

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

background-color css

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

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

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

border-color css

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

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

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