Html Css Color HEX #3A384C Black Marlin

📋 copy color: '#3A384C'

red 58 ◦ green 56 ◦ blue 76

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

Shades of Black Marlin #3A384C

Tints of Black Marlin #3A384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40%

R = 30.53%
G = 29.47%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A384C (or 0x3A384C) is known color: Black Marlin. HEX triplet: 3A, 38 and 4C. RGB value is (58,56,76). Sum of RGB (Red+Green+Blue) = 58+56+76=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A384C is #C5C7B3. Grayscale: #3A3A3A. Windows color (decimal): -12961716 or 4995130. OLE color: 4995130.

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

Color convert

RGB 58 56 76 -
CMYK 0.24 0.26 0 0.70
HSL 246º 0.15% 0.26% -
HSV(B) 246º 0.26% 0.3% -
XYZ 4.46 4.25 7.42 -
YUV 58.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 58 56 76 0.24 0.26 0 0.70 246 0.15 0.26
Hex 3A 38 4C 18 1A 0 46 F6 F 1A
Octal 72 70 114 30 32 0 106 366 17 32
Binary 111010 111000 1001100 11000 11010 0 1000110 11110110 1111 11010

Color Harmonies of #3A384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A384C

Black with #3A384C

Text Example


Text Example

White with #3A384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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