#35486D

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

Shades of Port Gore #35486D

Tints of Port Gore #35486D

Color information

#35486D (or 0x35486D) is unknown color: approx Port Gore. HEX triplet: 35, 48 and 6D. RGB value is (53,72,109). Sum of RGB (Red+Green+Blue) = 53+72+109=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #35486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35486D is #CAB792. Grayscale: #464646. Windows color (decimal): -13285267 or 7161909. OLE color: 7161909.

HSL color Cylindrical-coordinate representation of color #35486D: hue angle of 219.64º 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 #35486D is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5372109-
CMYK0.510.3400.57
HSL219.64º34.57%31.76%-
HSV(B)219.64º51.38%42.75%-
XYZ6.556.515.38-
YUV70.54149.71115.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=22.65%
G=30.77%
B=46.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53721090.510.3400.57219.6434.5731.76
Hex35486D3322039dc2320
Octal6511015563420713344340
Binary11010110010001101101110011100010011100111011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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