Html Css Color HEX #246168 Blue Stone

📋 copy color: '#246168'

red 36 ◦ green 97 ◦ blue 104

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

Shades of Blue Stone #246168

Tints of Blue Stone #246168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

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

R = 15.19%
G = 40.93%
B = 43.88%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#246168 (or 0x246168) is known color: Blue Stone. HEX triplet: 24, 61 and 68. RGB value is (36,97,104). Sum of RGB (Red+Green+Blue) = 36+97+104=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #246168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246168 is #DB9E97. Grayscale: #4F4F4F. Windows color (decimal): -14392984 or 6840612. OLE color: 6840612.

HSL color Cylindrical-coordinate representation of color #246168: hue angle of 186.18º 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 #246168 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 97 104 -
CMYK 0.65 0.07 0 0.59
HSL 186.18º 0.49% 0.27% -
HSV(B) 186.18º 0.65% 0.41% -
XYZ 7.5 9.92 14.62 -
YUV 79.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 36 97 104 0.65 0.07 0 0.59 186.18 0.49 0.27
Hex 24 61 68 41 7 0 3B BA 31 1B
Octal 44 141 150 101 7 0 73 272 61 33
Binary 100100 1100001 1101000 1000001 111 0 111011 10111010 110001 11011

Color Harmonies of #246168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246168

Black with #246168

Text Example


Text Example

White with #246168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246168; }

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

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

background-color css

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

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

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

border-color css

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

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

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