Html Css Color HEX #38393A Baltic Sea

📋 copy color: '#38393A'

red 56 ◦ green 57 ◦ blue 58

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

Shades of Baltic Sea #38393A

Tints of Baltic Sea #38393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

 BLUE value IS 58 (23.05% from 255) = 33.92%

R = 32.75%
G = 33.33%
B = 33.92%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#38393A (or 0x38393A) is known color: Baltic Sea. HEX triplet: 38, 39 and 3A. RGB value is (56,57,58). Sum of RGB (Red+Green+Blue) = 56+57+58=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 58 - color contains mainly: blue. Hex color #38393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38393A is #C7C6C5. Grayscale: #383838. Windows color (decimal): -13092550 or 3815736. OLE color: 3815736.

HSL color Cylindrical-coordinate representation of color #38393A: hue angle of 210º degrees, saturation: 0.02, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #38393A is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 57 58 -
CMYK 0.03 0.02 0 0.77
HSL 210º 0.02% 0.22% -
HSV(B) 210º 0.03% 0.23% -
XYZ 3.86 4.07 4.59 -
YUV 56.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 56 57 58 0.03 0.02 0 0.77 210 0.02 0.22
Hex 38 39 3A 3 2 0 4D D2 2 16
Octal 70 71 72 3 2 0 115 322 2 26
Binary 111000 111001 111010 11 10 0 1001101 11010010 10 10110

Color Harmonies of #38393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38393A

Black with #38393A

Text Example


Text Example

White with #38393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38393A; }

 p { color: rgb(56,57,58); }

 H1.HeaderClassName
 {
   color: #38393A;
 }
 .AnyTagClassName
 {
   color: #38393A;
 }
</style>

background-color css

<style>
 a { background-color: #38393A; }

 a { background-color: rgb(56,57,58); }

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

border-color css

<style>
 span { border-color: #38393A; }

 span { border-color: rgb(56,57,58); }

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