#35426E

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

Shades of Port Gore #35426E

Tints of Port Gore #35426E

Color information

#35426E (or 0x35426E) is unknown color: approx Port Gore. HEX triplet: 35, 42 and 6E. RGB value is (53,66,110). Sum of RGB (Red+Green+Blue) = 53+66+110=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #35426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35426E is #CABD91. Grayscale: #424242. Windows color (decimal): -13286802 or 7225909. OLE color: 7225909.

HSL color Cylindrical-coordinate representation of color #35426E: hue angle of 226.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35426E is Cyan = 0.52, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5366110-
CMYK0.520.400.57
HSL226.32º34.97%31.96%-
HSV(B)226.32º51.82%43.14%-
XYZ6.235.7815.54-
YUV67.13152.19117.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=23.14%
G=28.82%
B=48.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53661100.520.400.57226.3234.9731.96
Hex35426E3428039e22320
Octal6510215664500713424340
Binary11010110000101101110110100101000011100111100010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35426E; }

 p { color: rgb(53,66,110); }

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

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

 a { background-color: rgb(53,66,110); }

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

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

 span { border-color: rgb(53,66,110); }

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