#434868

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

Shades of Port Gore #434868

Tints of Port Gore #434868

Color information

#434868 (or 0x434868) is unknown color: approx Port Gore. HEX triplet: 43, 48 and 68. RGB value is (67,72,104). Sum of RGB (Red+Green+Blue) = 67+72+104=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #434868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434868 is #BCB797. Grayscale: #4A4A4A. Windows color (decimal): -12367768 or 6834243. OLE color: 6834243.

HSL color Cylindrical-coordinate representation of color #434868: hue angle of 231.89º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #434868 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6772104-
CMYK0.360.3100.59
HSL231.89º21.64%33.53%-
HSV(B)231.89º35.58%40.78%-
XYZ7.136.8314.04-
YUV74.15144.84122.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=27.57%
G=29.63%
B=42.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67721040.360.3100.59231.8921.6433.53
Hex434868241F03Be81622
Octal10311015044370733502642
Binary1000011100100011010001001001111101110111110100010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434868; }

 p { color: rgb(67,72,104); }

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

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

 a { background-color: rgb(67,72,104); }

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

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

 span { border-color: rgb(67,72,104); }

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