Html Css Color HEX #246067 Blue Stone

📋 copy color: '#246067'

red 36 ◦ green 96 ◦ blue 103

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

Shades of Blue Stone #246067

Tints of Blue Stone #246067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.83%

R = 15.32%
G = 40.85%
B = 43.83%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#246067 (or 0x246067) is known color: Blue Stone. HEX triplet: 24, 60 and 67. RGB value is (36,96,103). Sum of RGB (Red+Green+Blue) = 36+96+103=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #246067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246067 is #DB9F98. Grayscale: #4E4E4E. Windows color (decimal): -14393241 or 6774820. OLE color: 6774820.

HSL color Cylindrical-coordinate representation of color #246067: hue angle of 186.27º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246067 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 96 103 -
CMYK 0.65 0.07 0 0.60
HSL 186.27º 0.48% 0.27% -
HSV(B) 186.27º 0.65% 0.4% -
XYZ 7.36 9.72 14.32 -
YUV 78.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 36 96 103 0.65 0.07 0 0.60 186.27 0.48 0.27
Hex 24 60 67 41 7 0 3C BA 30 1B
Octal 44 140 147 101 7 0 74 272 60 33
Binary 100100 1100000 1100111 1000001 111 0 111100 10111010 110000 11011

Color Harmonies of #246067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246067

Black with #246067

Text Example


Text Example

White with #246067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246067; }

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

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

background-color css

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

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

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

border-color css

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

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

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