#353C77

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

Shades of Torea Bay #353C77

Tints of Torea Bay #353C77

Color information

#353C77 (or 0x353C77) is unknown color: approx Torea Bay. HEX triplet: 35, 3C and 77. RGB value is (53,60,119). Sum of RGB (Red+Green+Blue) = 53+60+119=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #353C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C77 is #CAC388. Grayscale: #404040. Windows color (decimal): -13288329 or 7814197. OLE color: 7814197.

HSL color Cylindrical-coordinate representation of color #353C77: hue angle of 233.64º 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 #353C77 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5360119-
CMYK0.550.5000.53
HSL233.64º38.37%33.73%-
HSV(B)233.64º55.46%46.67%-
XYZ6.415.3218.14-
YUV64.63158.68119.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 60 (23.83% from 255) = 25.86%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=22.84%
G=25.86%
B=51.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53601190.550.5000.53233.6438.3733.73
Hex353C773732035ea2622
Octal657416767620653524642
Binary1101011111001110111110111110010011010111101010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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