#353F7B

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

Shades of Torea Bay #353F7B

Tints of Torea Bay #353F7B

Color information

#353F7B (or 0x353F7B) is unknown color: approx Torea Bay. HEX triplet: 35, 3F and 7B. RGB value is (53,63,123). Sum of RGB (Red+Green+Blue) = 53+63+123=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #353F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F7B is #CAC084. Grayscale: #424242. Windows color (decimal): -13287557 or 8077109. OLE color: 8077109.

HSL color Cylindrical-coordinate representation of color #353F7B: hue angle of 231.43º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353F7B is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5363123-
CMYK0.570.4900.52
HSL231.43º39.77%34.51%-
HSV(B)231.43º56.91%48.24%-
XYZ6.825.7419.49-
YUV66.85159.69118.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=22.18%
G=26.36%
B=51.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53631230.570.4900.52231.4339.7734.51
Hex353F7B3931034e72823
Octal657717371610643475043
Binary1101011111111111011111001110001011010011100111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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