Html Css Color HEX #383B3F Baltic Sea

📋 copy color: '#383B3F'

red 56 ◦ green 59 ◦ blue 63

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

Shades of Baltic Sea #383B3F

Tints of Baltic Sea #383B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

 BLUE value IS 63 (25% from 255) = 35.39%

R = 31.46%
G = 33.15%
B = 35.39%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383B3F (or 0x383B3F) is known color: Baltic Sea. HEX triplet: 38, 3B and 3F. RGB value is (56,59,63). Sum of RGB (Red+Green+Blue) = 56+59+63=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 63 - color contains mainly: blue. Hex color #383B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B3F is #C7C4C0. Grayscale: #3A3A3A. Windows color (decimal): -13092033 or 4143928. OLE color: 4143928.

HSL color Cylindrical-coordinate representation of color #383B3F: hue angle of 214.29º 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 #383B3F is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 59 63 -
CMYK 0.11 0.06 0 0.75
HSL 214.29º 0.06% 0.23% -
HSV(B) 214.29º 0.11% 0.25% -
XYZ 4.09 4.33 5.32 -
YUV 58.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 56 59 63 0.11 0.06 0 0.75 214.29 0.06 0.23
Hex 38 3B 3F B 6 0 4B D6 6 17
Octal 70 73 77 13 6 0 113 326 6 27
Binary 111000 111011 111111 1011 110 0 1001011 11010110 110 10111

Color Harmonies of #383B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B3F

Black with #383B3F

Text Example


Text Example

White with #383B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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