#383F46

Color #383F46 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #383F46

Tints of Baltic Sea #383F46

Color information

#383F46 (or 0x383F46) is unknown color: approx Baltic Sea. HEX triplet: 38, 3F and 46. RGB value is (56,63,70). Sum of RGB (Red+Green+Blue) = 56+63+70=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #383F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F46 is #C7C0B9. Grayscale: #3D3D3D. Windows color (decimal): -13091002 or 4603704. OLE color: 4603704.

HSL color Cylindrical-coordinate representation of color #383F46: hue angle of 210º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #383F46 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB566370-
CMYK0.200.1000.73
HSL210º11.11%24.71%-
HSV(B)210º20%27.45%-
XYZ4.514.846.49-
YUV61.7132.68123.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=29.63%
G=33.33%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5663700.200.1000.7321011.1124.71
Hex383F4614A049d2b19
Octal7077106241201113221331
Binary11100011111110001101010010100100100111010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F46; }

 p { color: rgb(56,63,70); }

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

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

 a { background-color: rgb(56,63,70); }

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

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

 span { border-color: rgb(56,63,70); }

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