Html Css Color HEX #3A4670 Port Gore

📋 copy color: '#3A4670'

red 58 ◦ green 70 ◦ blue 112

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

Shades of Port Gore #3A4670

Tints of Port Gore #3A4670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 112 (44.14% from 255) = 46.67%

R = 24.17%
G = 29.17%
B = 46.67%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A4670 (or 0x3A4670) is known color: Port Gore. HEX triplet: 3A, 46 and 70. RGB value is (58,70,112). Sum of RGB (Red+Green+Blue) = 58+70+112=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A4670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4670 is #C5B98F. Grayscale: #474747. Windows color (decimal): -12958096 or 7358010. OLE color: 7358010.

HSL color Cylindrical-coordinate representation of color #3A4670: hue angle of 226.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A4670 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 70 112 -
CMYK 0.48 0.38 0 0.56
HSL 226.67º 0.32% 0.33% -
HSV(B) 226.67º 0.48% 0.44% -
XYZ 6.86 6.45 16.21 -
YUV 71.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 58 70 112 0.48 0.38 0 0.56 226.67 0.32 0.33
Hex 3A 46 70 30 26 0 38 E3 20 21
Octal 72 106 160 60 46 0 70 343 40 41
Binary 111010 1000110 1110000 110000 100110 0 111000 11100011 100000 100001

Color Harmonies of #3A4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4670

Black with #3A4670

Text Example


Text Example

White with #3A4670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,112); }

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

background-color css

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

 a { background-color: rgb(58,70,112); }

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

border-color css

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

 span { border-color: rgb(58,70,112); }

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