#3A4572

Color #3A4572 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #3A4572

Tints of Port Gore #3A4572

Color information

#3A4572 (or 0x3A4572) is unknown color: approx Port Gore. HEX triplet: 3A, 45 and 72. RGB value is (58,69,114). Sum of RGB (Red+Green+Blue) = 58+69+114=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A4572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4572 is #C5BA8D. Grayscale: #464646. Windows color (decimal): -12958350 or 7488826. OLE color: 7488826.

HSL color Cylindrical-coordinate representation of color #3A4572: hue angle of 228.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4572 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5869114-
CMYK0.490.3900.55
HSL228.21º32.56%33.73%-
HSV(B)228.21º49.12%44.71%-
XYZ6.916.3716.79-
YUV70.84152.36118.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=24.07%
G=28.63%
B=47.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58691140.490.3900.55228.2132.5633.73
Hex3A45723127037e42122
Octal7210516261470673444142
Binary11101010001011110010110001100111011011111100100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,69,114); }

 H1.HeaderClassName
 {
   color: #3A4572;
 }
 .AnyTagClassName
 {
   color: #3A4572;
 }
</style>
background-color css

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

 a { background-color: rgb(58,69,114); }

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

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

 span { border-color: rgb(58,69,114); }

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