#35436D

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

Shades of Port Gore #35436D

Tints of Port Gore #35436D

Color information

#35436D (or 0x35436D) is unknown color: approx Port Gore. HEX triplet: 35, 43 and 6D. RGB value is (53,67,109). Sum of RGB (Red+Green+Blue) = 53+67+109=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #35436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35436D is #CABC92. Grayscale: #434343. Windows color (decimal): -13286547 or 7160629. OLE color: 7160629.

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

Color convert

RGB5367109-
CMYK0.510.3900.57
HSL225º34.57%31.76%-
HSV(B)225º51.38%42.75%-
XYZ6.245.8815.27-
YUV67.6151.36117.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=23.14%
G=29.26%
B=47.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53671090.510.3900.5722534.5731.76
Hex35436D3327039e12320
Octal6510315563470713414340
Binary11010110000111101101110011100111011100111100001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35436D; }

 p { color: rgb(53,67,109); }

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

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

 a { background-color: rgb(53,67,109); }

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

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

 span { border-color: rgb(53,67,109); }

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