#34446C

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

Shades of Port Gore #34446C

Tints of Port Gore #34446C

Color information

#34446C (or 0x34446C) is unknown color: approx Port Gore. HEX triplet: 34, 44 and 6C. RGB value is (52,68,108). Sum of RGB (Red+Green+Blue) = 52+68+108=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #34446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34446C is #CBBB93. Grayscale: #434343. Windows color (decimal): -13351828 or 7095348. OLE color: 7095348.

HSL color Cylindrical-coordinate representation of color #34446C: hue angle of 222.86º 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 #34446C is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5268108-
CMYK0.520.3700.58
HSL222.86º35%31.37%-
HSV(B)222.86º51.85%42.35%-
XYZ6.195.9515.01-
YUV67.78150.7116.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=22.81%
G=29.82%
B=47.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52681080.520.3700.58222.863531.37
Hex34446C342503Adf231f
Octal6410415464450723374337
Binary1101001000100110110011010010010101110101101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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