Html Css Color HEX #3A384D Black Marlin

📋 copy color: '#3A384D'

red 58 ◦ green 56 ◦ blue 77

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

Shades of Black Marlin #3A384D

Tints of Black Marlin #3A384D

RGB

 RED value IS 58 (23.05% from 255) = 30.37%

 GREEN value IS 56 (22.27% from 255) = 29.32%

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 30.37%
G = 29.32%
B = 40.31%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A384D (or 0x3A384D) is known color: Black Marlin. HEX triplet: 3A, 38 and 4D. RGB value is (58,56,77). Sum of RGB (Red+Green+Blue) = 58+56+77=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A384D is #C5C7B2. Grayscale: #3A3A3A. Windows color (decimal): -12961715 or 5060666. OLE color: 5060666.

HSL color Cylindrical-coordinate representation of color #3A384D: hue angle of 245.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A384D is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 56 77 -
CMYK 0.25 0.27 0 0.70
HSL 245.71º 0.16% 0.26% -
HSV(B) 245.71º 0.27% 0.3% -
XYZ 4.5 4.26 7.61 -
YUV 58.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 58 56 77 0.25 0.27 0 0.70 245.71 0.16 0.26
Hex 3A 38 4D 19 1B 0 46 F6 10 1A
Octal 72 70 115 31 33 0 106 366 20 32
Binary 111010 111000 1001101 11001 11011 0 1000110 11110110 10000 11010

Color Harmonies of #3A384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A384D

Black with #3A384D

Text Example


Text Example

White with #3A384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A384D; }

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

 H1.HeaderClassName
 {
   color: #3A384D;
 }
 .AnyTagClassName
 {
   color: #3A384D;
 }
</style>

background-color css

<style>
 a { background-color: #3A384D; }

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

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

border-color css

<style>
 span { border-color: #3A384D; }

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

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