#35406E

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

Shades of Port Gore #35406E

Tints of Port Gore #35406E

Color information

#35406E (or 0x35406E) is unknown color: approx Port Gore. HEX triplet: 35, 40 and 6E. RGB value is (53,64,110). Sum of RGB (Red+Green+Blue) = 53+64+110=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #35406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35406E is #CABF91. Grayscale: #414141. Windows color (decimal): -13287314 or 7225397. OLE color: 7225397.

HSL color Cylindrical-coordinate representation of color #35406E: hue angle of 228.42º 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 #35406E is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5364110-
CMYK0.520.4200.57
HSL228.42º34.97%31.96%-
HSV(B)228.42º51.82%43.14%-
XYZ6.125.5515.5-
YUV65.96152.86118.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=23.35%
G=28.19%
B=48.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53641100.520.4200.57228.4234.9731.96
Hex35406E342A039e42320
Octal6510015664520713444340
Binary11010110000001101110110100101010011100111100100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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