Html Css Color HEX #246368 Blue Stone

📋 copy color: '#246368'

red 36 ◦ green 99 ◦ blue 104

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

Shades of Blue Stone #246368

Tints of Blue Stone #246368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 15.06%
G = 41.42%
B = 43.51%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#246368 (or 0x246368) is known color: Blue Stone. HEX triplet: 24, 63 and 68. RGB value is (36,99,104). Sum of RGB (Red+Green+Blue) = 36+99+104=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #246368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246368 is #DB9C97. Grayscale: #505050. Windows color (decimal): -14392472 or 6841124. OLE color: 6841124.

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

Color convert

RGB 36 99 104 -
CMYK 0.65 0.05 0 0.59
HSL 184.41º 0.49% 0.27% -
HSV(B) 184.41º 0.65% 0.41% -
XYZ 7.69 10.3 14.68 -
YUV 80.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 36 99 104 0.65 0.05 0 0.59 184.41 0.49 0.27
Hex 24 63 68 41 5 0 3B B8 31 1B
Octal 44 143 150 101 5 0 73 270 61 33
Binary 100100 1100011 1101000 1000001 101 0 111011 10111000 110001 11011

Color Harmonies of #246368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246368

Black with #246368

Text Example


Text Example

White with #246368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246368; }

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

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

background-color css

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

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

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

border-color css

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

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

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