#34486C

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

Shades of Port Gore #34486C

Tints of Port Gore #34486C

Color information

#34486C (or 0x34486C) is unknown color: approx Port Gore. HEX triplet: 34, 48 and 6C. RGB value is (52,72,108). Sum of RGB (Red+Green+Blue) = 52+72+108=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #34486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34486C is #CBB793. Grayscale: #454545. Windows color (decimal): -13350804 or 7096372. OLE color: 7096372.

HSL color Cylindrical-coordinate representation of color #34486C: hue angle of 218.57º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34486C is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5272108-
CMYK0.520.3300.58
HSL218.57º35%31.37%-
HSV(B)218.57º51.85%42.35%-
XYZ6.446.4515.09-
YUV70.12149.37115.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=22.41%
G=31.03%
B=46.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52721080.520.3300.58218.573531.37
Hex34486C342103Adb231f
Octal6411015464410723334337
Binary1101001001000110110011010010000101110101101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34486C; }

 p { color: rgb(52,72,108); }

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

<style>
 a { background-color: #34486C; }

 a { background-color: rgb(52,72,108); }

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

<style>
 span { border-color: #34486C; }

 span { border-color: rgb(52,72,108); }

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