Html Css Color HEX #383C40 Baltic Sea

📋 copy color: '#383C40'

red 56 ◦ green 60 ◦ blue 64

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

Shades of Baltic Sea #383C40

Tints of Baltic Sea #383C40

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 value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383C40 (or 0x383C40) is known color: 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

RGB 56 60 64 -
CMYK 0.13 0.06 0 0.75
HSL 210º 0.07% 0.24% -
HSV(B) 210º 0.13% 0.25% -
XYZ 4.17 4.44 5.49 -
YUV 59.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 56 60 64 0.13 0.06 0 0.75 210 0.07 0.24
Hex 38 3C 40 D 6 0 4B D2 7 18
Octal 70 74 100 15 6 0 113 322 7 30
Binary 111000 111100 1000000 1101 110 0 1001011 11010010 111 11000

Color Harmonies of #383C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C40

Black with #383C40

Text Example


Text Example

White with #383C40

Text Example


Text Example

HTML Codes & Css Web 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>