Html Css Color HEX #383F47 Baltic Sea

📋 copy color: '#383F47'

red 56 ◦ green 63 ◦ blue 71

#383F47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #383F47

Tints of Baltic Sea #383F47

RGB

 RED value IS 56 (22.27% from 255) = 29.47%

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 29.47%
G = 33.16%
B = 37.37%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383F47 (or 0x383F47) is known color: Baltic Sea. HEX triplet: 38, 3F and 47. RGB value is (56,63,71). Sum of RGB (Red+Green+Blue) = 56+63+71=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #383F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F47 is #C7C0B8. Grayscale: #3D3D3D. Windows color (decimal): -13091001 or 4669240. OLE color: 4669240.

HSL color Cylindrical-coordinate representation of color #383F47: hue angle of 212º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #383F47 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 63 71 -
CMYK 0.21 0.11 0 0.72
HSL 212º 0.12% 0.25% -
HSV(B) 212º 0.21% 0.28% -
XYZ 4.55 4.85 6.66 -
YUV 61.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 56 63 71 0.21 0.11 0 0.72 212 0.12 0.25
Hex 38 3F 47 15 B 0 48 D4 C 19
Octal 70 77 107 25 13 0 110 324 14 31
Binary 111000 111111 1000111 10101 1011 0 1001000 11010100 1100 11001

Color Harmonies of #383F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F47

Black with #383F47

Text Example


Text Example

White with #383F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #383F47;
 }
 .AnyTagClassName
 {
   color: #383F47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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