#386269

Color #386269 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #386269

Tints of Smalt Blue #386269

Color information

#386269 (or 0x386269) is unknown color: approx Smalt Blue. HEX triplet: 38, 62 and 69. RGB value is (56,98,105). Sum of RGB (Red+Green+Blue) = 56+98+105=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #386269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386269 is #C79D96. Grayscale: #565656. Windows color (decimal): -13082007 or 6906424. OLE color: 6906424.

HSL color Cylindrical-coordinate representation of color #386269: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386269 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5698105-
CMYK0.470.0700.59
HSL188.57º30.43%31.57%-
HSV(B)188.57º46.67%41.18%-
XYZ8.5510.614.96-
YUV86.24138.59106.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=21.62%
G=37.84%
B=40.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56981050.470.0700.59188.5730.4331.57
Hex3862692F703Bbd1e20
Octal701421515770732753640
Binary1110001100010110100110111111101110111011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386269; }

 p { color: rgb(56,98,105); }

 H1.HeaderClassName
 {
   color: #386269;
 }
 .AnyTagClassName
 {
   color: #386269;
 }
</style>
background-color css

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

 a { background-color: rgb(56,98,105); }

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

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

 span { border-color: rgb(56,98,105); }

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