Html Css Color HEX #386065 Smalt Blue

📋 copy color: '#386065'

red 56 ◦ green 96 ◦ blue 101

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

Shades of Smalt Blue #386065

Tints of Smalt Blue #386065

RGB

 RED value IS 56 (22.27% from 255) = 22.13%

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

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

R = 22.13%
G = 37.94%
B = 39.92%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#386065 (or 0x386065) is known color: Smalt Blue. HEX triplet: 38, 60 and 65. RGB value is (56,96,101). Sum of RGB (Red+Green+Blue) = 56+96+101=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #386065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386065 is #C79F9A. Grayscale: #545454. Windows color (decimal): -13082523 or 6643768. OLE color: 6643768.

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

Color convert

RGB 56 96 101 -
CMYK 0.45 0.05 0 0.60
HSL 186.67º 0.29% 0.31% -
HSV(B) 186.67º 0.45% 0.4% -
XYZ 8.16 10.15 13.84 -
YUV 84.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 56 96 101 0.45 0.05 0 0.60 186.67 0.29 0.31
Hex 38 60 65 2D 5 0 3C BB 1D 1F
Octal 70 140 145 55 5 0 74 273 35 37
Binary 111000 1100000 1100101 101101 101 0 111100 10111011 11101 11111

Color Harmonies of #386065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386065

Black with #386065

Text Example


Text Example

White with #386065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386065; }

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

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

background-color css

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

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

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

border-color css

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

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

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