#353F7F

Color #353F7F Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #353F7F

Tints of Torea Bay #353F7F

Color information

#353F7F (or 0x353F7F) is unknown color: approx Torea Bay. HEX triplet: 35, 3F and 7F. RGB value is (53,63,127). Sum of RGB (Red+Green+Blue) = 53+63+127=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #353F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F7F is #CAC080. Grayscale: #434343. Windows color (decimal): -13287553 or 8339253. OLE color: 8339253.

HSL color Cylindrical-coordinate representation of color #353F7F: hue angle of 231.89º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353F7F is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5363127-
CMYK0.580.5000.50
HSL231.89º41.11%35.29%-
HSV(B)231.89º58.27%49.8%-
XYZ7.085.8420.83-
YUV67.31161.69117.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 127 (50% from 255) = 52.26%
R=21.81%
G=25.93%
B=52.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53631270.580.5000.50231.8941.1135.29
Hex353F7F3A32032e82923
Octal657717772620623505143
Binary1101011111111111111111010110010011001011101000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F7F; }

 p { color: rgb(53,63,127); }

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

<style>
 a { background-color: #353F7F; }

 a { background-color: rgb(53,63,127); }

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

<style>
 span { border-color: #353F7F; }

 span { border-color: rgb(53,63,127); }

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