#434865

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

Shades of Port Gore #434865

Tints of Port Gore #434865

Color information

#434865 (or 0x434865) is unknown color: approx Port Gore. HEX triplet: 43, 48 and 65. RGB value is (67,72,101). Sum of RGB (Red+Green+Blue) = 67+72+101=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #434865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434865 is #BCB79A. Grayscale: #494949. Windows color (decimal): -12367771 or 6637635. OLE color: 6637635.

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

Color convert

RGB6772101-
CMYK0.340.2900.60
HSL231.18º20.24%32.94%-
HSV(B)231.18º33.66%39.61%-
XYZ6.986.7713.25-
YUV73.81143.34123.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.92%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=27.92%
G=30%
B=42.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal67721010.340.2900.60231.1820.2432.94
Hex434865221D03Ce71421
Octal10311014542350743472441
Binary1000011100100011001011000101110101111001110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434865; }

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

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

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

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

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

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

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

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