Html Css Color HEX #3A4775 Port Gore

📋 copy color: '#3A4775'

red 58 ◦ green 71 ◦ blue 117

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

Shades of Port Gore #3A4775

Tints of Port Gore #3A4775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 23.58%
G = 28.86%
B = 47.56%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A4775 (or 0x3A4775) is known color: Port Gore. HEX triplet: 3A, 47 and 75. RGB value is (58,71,117). Sum of RGB (Red+Green+Blue) = 58+71+117=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4775 is #C5B88A. Grayscale: #484848. Windows color (decimal): -12957835 or 7685946. OLE color: 7685946.

HSL color Cylindrical-coordinate representation of color #3A4775: hue angle of 226.78º 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 #3A4775 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 71 117 -
CMYK 0.50 0.39 0 0.54
HSL 226.78º 0.34% 0.34% -
HSV(B) 226.78º 0.5% 0.46% -
XYZ 7.21 6.69 17.74 -
YUV 72.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 58 71 117 0.50 0.39 0 0.54 226.78 0.34 0.34
Hex 3A 47 75 32 27 0 36 E3 22 22
Octal 72 107 165 62 47 0 66 343 42 42
Binary 111010 1000111 1110101 110010 100111 0 110110 11100011 100010 100010

Color Harmonies of #3A4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4775

Black with #3A4775

Text Example


Text Example

White with #3A4775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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