#383C3F

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

Shades of Baltic Sea #383C3F

Tints of Baltic Sea #383C3F

Color information

#383C3F (or 0x383C3F) is unknown color: approx Baltic Sea. HEX triplet: 38, 3C and 3F. RGB value is (56,60,63). Sum of RGB (Red+Green+Blue) = 56+60+63=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 63 - color contains mainly: blue. Hex color #383C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C3F is #C7C3C0. Grayscale: #3B3B3B. Windows color (decimal): -13091777 or 4144184. OLE color: 4144184.

HSL color Cylindrical-coordinate representation of color #383C3F: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383C3F is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB566063-
CMYK0.110.0500.75
HSL205.71º5.88%23.33%-
HSV(B)205.71º11.11%24.71%-
XYZ4.144.435.34-
YUV59.15130.17125.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 63 (25% from 255) = 35.20%
R=31.28%
G=33.52%
B=35.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5660630.110.0500.75205.715.8823.33
Hex383C3FB504Bce617
Octal7074771350113316627
Binary1110001111001111111011101010010111100111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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