#383C40

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

Shades of Baltic Sea #383C40

Tints of Baltic Sea #383C40

Color information

#383C40 (or 0x383C40) is unknown color: approx Baltic Sea. HEX triplet: 38, 3C and 40. RGB value is (56,60,64). Sum of RGB (Red+Green+Blue) = 56+60+64=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #383C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C40 is #C7C3BF. Grayscale: #3B3B3B. Windows color (decimal): -13091776 or 4209720. OLE color: 4209720.

HSL color Cylindrical-coordinate representation of color #383C40: hue angle of 210º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383C40 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB566064-
CMYK0.130.0600.75
HSL210º6.67%23.53%-
HSV(B)210º12.5%25.1%-
XYZ4.174.445.49-
YUV59.26130.67125.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=31.11%
G=33.33%
B=35.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5660640.130.0600.752106.6723.53
Hex383C40D604Bd2718
Octal70741001560113322730
Binary11100011110010000001101110010010111101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,64); }

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

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

 a { background-color: rgb(56,60,64); }

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

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

 span { border-color: rgb(56,60,64); }

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