Html Css Color HEX #246068 Blue Stone

📋 copy color: '#246068'

red 36 ◦ green 96 ◦ blue 104

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

Shades of Blue Stone #246068

Tints of Blue Stone #246068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.68%

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

R = 15.25%
G = 40.68%
B = 44.07%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#246068 (or 0x246068) is known color: Blue Stone. HEX triplet: 24, 60 and 68. RGB value is (36,96,104). Sum of RGB (Red+Green+Blue) = 36+96+104=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #246068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246068 is #DB9F97. Grayscale: #4E4E4E. Windows color (decimal): -14393240 or 6840356. OLE color: 6840356.

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

Color convert

RGB 36 96 104 -
CMYK 0.65 0.08 0 0.59
HSL 187.06º 0.49% 0.27% -
HSV(B) 187.06º 0.65% 0.41% -
XYZ 7.41 9.74 14.59 -
YUV 78.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 36 96 104 0.65 0.08 0 0.59 187.06 0.49 0.27
Hex 24 60 68 41 8 0 3B BB 31 1B
Octal 44 140 150 101 10 0 73 273 61 33
Binary 100100 1100000 1101000 1000001 1000 0 111011 10111011 110001 11011

Color Harmonies of #246068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246068

Black with #246068

Text Example


Text Example

White with #246068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246068; }

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

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

background-color css

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

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

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

border-color css

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

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

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