#35426B

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

Shades of Port Gore #35426B

Tints of Port Gore #35426B

Color information

#35426B (or 0x35426B) is unknown color: approx Port Gore. HEX triplet: 35, 42 and 6B. RGB value is (53,66,107). Sum of RGB (Red+Green+Blue) = 53+66+107=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #35426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35426B is #CABD94. Grayscale: #424242. Windows color (decimal): -13286805 or 7029301. OLE color: 7029301.

HSL color Cylindrical-coordinate representation of color #35426B: hue angle of 225.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35426B is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5366107-
CMYK0.500.3800.58
HSL225.56º33.75%31.37%-
HSV(B)225.56º50.47%41.96%-
XYZ6.075.7114.69-
YUV66.79150.69118.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=23.45%
G=29.20%
B=47.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53661070.500.3800.58225.5633.7531.37
Hex35426B322603Ae2221f
Octal6510215362460723424237
Binary1101011000010110101111001010011001110101110001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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