#434867

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

Shades of Port Gore #434867

Tints of Port Gore #434867

Color information

#434867 (or 0x434867) is unknown color: approx Port Gore. HEX triplet: 43, 48 and 67. RGB value is (67,72,103). Sum of RGB (Red+Green+Blue) = 67+72+103=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #434867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434867 is #BCB798. Grayscale: #494949. Windows color (decimal): -12367769 or 6768707. OLE color: 6768707.

HSL color Cylindrical-coordinate representation of color #434867: hue angle of 231.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #434867 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6772103-
CMYK0.350.3000.60
HSL231.67º21.18%33.33%-
HSV(B)231.67º34.95%40.39%-
XYZ7.086.8113.77-
YUV74.04144.34122.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=27.69%
G=29.75%
B=42.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal67721030.350.3000.60231.6721.1833.33
Hex434867231E03Ce81521
Octal10311014743360743502541
Binary1000011100100011001111000111111001111001110100010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434867; }

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

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

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

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

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

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

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

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