Html Css Color HEX #3A4675 Port Gore

📋 copy color: '#3A4675'

red 58 ◦ green 70 ◦ blue 117

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

Shades of Port Gore #3A4675

Tints of Port Gore #3A4675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 23.67%
G = 28.57%
B = 47.76%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A4675 (or 0x3A4675) is known color: Port Gore. HEX triplet: 3A, 46 and 75. RGB value is (58,70,117). Sum of RGB (Red+Green+Blue) = 58+70+117=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A4675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4675 is #C5B98A. Grayscale: #474747. Windows color (decimal): -12958091 or 7685690. OLE color: 7685690.

HSL color Cylindrical-coordinate representation of color #3A4675: hue angle of 227.8º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4675 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 70 117 -
CMYK 0.50 0.40 0 0.54
HSL 227.8º 0.34% 0.34% -
HSV(B) 227.8º 0.5% 0.46% -
XYZ 7.15 6.56 17.72 -
YUV 71.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 58 70 117 0.50 0.40 0 0.54 227.8 0.34 0.34
Hex 3A 46 75 32 28 0 36 E4 22 22
Octal 72 106 165 62 50 0 66 344 42 42
Binary 111010 1000110 1110101 110010 101000 0 110110 11100100 100010 100010

Color Harmonies of #3A4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4675

Black with #3A4675

Text Example


Text Example

White with #3A4675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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