Html Css Color HEX #366067 Smalt Blue

📋 copy color: '#366067'

red 54 ◦ green 96 ◦ blue 103

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

Shades of Smalt Blue #366067

Tints of Smalt Blue #366067

RGB

 RED value IS 54 (21.48% from 255) = 21.34%

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

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

R = 21.34%
G = 37.94%
B = 40.71%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#366067 (or 0x366067) is known color: Smalt Blue. HEX triplet: 36, 60 and 67. RGB value is (54,96,103). Sum of RGB (Red+Green+Blue) = 54+96+103=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #366067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366067 is #C99F98. Grayscale: #545454. Windows color (decimal): -13213593 or 6774838. OLE color: 6774838.

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

Color convert

RGB 54 96 103 -
CMYK 0.48 0.07 0 0.60
HSL 188.57º 0.31% 0.31% -
HSV(B) 188.57º 0.48% 0.4% -
XYZ 8.15 10.13 14.36 -
YUV 84.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 54 96 103 0.48 0.07 0 0.60 188.57 0.31 0.31
Hex 36 60 67 30 7 0 3C BD 1F 1F
Octal 66 140 147 60 7 0 74 275 37 37
Binary 110110 1100000 1100111 110000 111 0 111100 10111101 11111 11111

Color Harmonies of #366067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366067

Black with #366067

Text Example


Text Example

White with #366067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366067; }

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

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

background-color css

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

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

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

border-color css

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

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

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