#3A4768

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

Shades of Port Gore #3A4768

Tints of Port Gore #3A4768

Color information

#3A4768 (or 0x3A4768) is unknown color: approx Port Gore. HEX triplet: 3A, 47 and 68. RGB value is (58,71,104). Sum of RGB (Red+Green+Blue) = 58+71+104=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4768 is #C5B897. Grayscale: #464646. Windows color (decimal): -12957848 or 6833978. OLE color: 6833978.

HSL color Cylindrical-coordinate representation of color #3A4768: hue angle of 223.04º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A4768 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5871104-
CMYK0.440.3200.59
HSL223.04º28.4%31.76%-
HSV(B)223.04º44.23%40.78%-
XYZ6.56.4113.99-
YUV70.88146.69118.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=24.89%
G=30.47%
B=44.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58711040.440.3200.59223.0428.431.76
Hex3A47682C2003Bdf1c20
Octal7210715054400733373440
Binary1110101000111110100010110010000001110111101111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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