#353A77

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

Shades of Torea Bay #353A77

Tints of Torea Bay #353A77

Color information

#353A77 (or 0x353A77) is unknown color: approx Torea Bay. HEX triplet: 35, 3A and 77. RGB value is (53,58,119). Sum of RGB (Red+Green+Blue) = 53+58+119=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #353A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A77 is #CAC588. Grayscale: #3F3F3F. Windows color (decimal): -13288841 or 7813685. OLE color: 7813685.

HSL color Cylindrical-coordinate representation of color #353A77: hue angle of 235.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353A77 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5358119-
CMYK0.550.5100.53
HSL235.45º38.37%33.73%-
HSV(B)235.45º55.46%46.67%-
XYZ6.315.1118.11-
YUV63.46159.34120.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=23.04%
G=25.22%
B=51.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53581190.550.5100.53235.4538.3733.73
Hex353A773733035eb2622
Octal657216767630653534642
Binary1101011110101110111110111110011011010111101011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,58,119); }

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

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

 a { background-color: rgb(53,58,119); }

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

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

 span { border-color: rgb(53,58,119); }

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