Html Css Color HEX #366065 Smalt Blue

📋 copy color: '#366065'

red 54 ◦ green 96 ◦ blue 101

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

Shades of Smalt Blue #366065

Tints of Smalt Blue #366065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 21.51%
G = 38.25%
B = 40.24%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#366065 (or 0x366065) is known color: Smalt Blue. HEX triplet: 36, 60 and 65. RGB value is (54,96,101). Sum of RGB (Red+Green+Blue) = 54+96+101=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #366065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366065 is #C99F9A. Grayscale: #535353. Windows color (decimal): -13213595 or 6643766. OLE color: 6643766.

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

Color convert

RGB 54 96 101 -
CMYK 0.47 0.05 0 0.60
HSL 186.38º 0.3% 0.3% -
HSV(B) 186.38º 0.47% 0.4% -
XYZ 8.05 10.09 13.83 -
YUV 84.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 54 96 101 0.47 0.05 0 0.60 186.38 0.3 0.3
Hex 36 60 65 2F 5 0 3C BA 1E 1E
Octal 66 140 145 57 5 0 74 272 36 36
Binary 110110 1100000 1100101 101111 101 0 111100 10111010 11110 11110

Color Harmonies of #366065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366065

Black with #366065

Text Example


Text Example

White with #366065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366065; }

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

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

background-color css

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

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

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

border-color css

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

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

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