#38393A

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

Shades of Baltic Sea #38393A

Tints of Baltic Sea #38393A

Color information

#38393A (or 0x38393A) is unknown color: approx Baltic Sea. HEX triplet: 38, 39 and 3A. RGB value is (56,57,58). Sum of RGB (Red+Green+Blue) = 56+57+58=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 58 - color contains mainly: blue. Hex color #38393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38393A is #C7C6C5. Grayscale: #383838. Windows color (decimal): -13092550 or 3815736. OLE color: 3815736.

HSL color Cylindrical-coordinate representation of color #38393A: hue angle of 210º degrees, saturation: 0.02, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #38393A is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB565758-
CMYK0.030.0200.77
HSL210º1.75%22.35%-
HSV(B)210º3.45%22.75%-
XYZ3.864.074.59-
YUV56.82128.67127.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=32.75%
G=33.33%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5657580.030.0200.772101.7522.35
Hex38393A3204Dd2216
Octal707172320115322226
Binary111000111001111010111001001101110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38393A; }

 p { color: rgb(56,57,58); }

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

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

 a { background-color: rgb(56,57,58); }

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

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

 span { border-color: rgb(56,57,58); }

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