#353477

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

Shades of Torea Bay #353477

Tints of Torea Bay #353477

Color information

#353477 (or 0x353477) is unknown color: approx Torea Bay. HEX triplet: 35, 34 and 77. RGB value is (53,52,119). Sum of RGB (Red+Green+Blue) = 53+52+119=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #353477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353477 is #CACB88. Grayscale: #3B3B3B. Windows color (decimal): -13290377 or 7812149. OLE color: 7812149.

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

Color convert

RGB5352119-
CMYK0.550.5600.53
HSL240.9º39.18%33.53%-
HSV(B)240.9º56.3%46.67%-
XYZ6.034.5418.01-
YUV59.94161.33123.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=23.66%
G=23.21%
B=53.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53521190.550.5600.53240.939.1833.53
Hex3534773738035f12722
Octal656416767700653614742
Binary1101011101001110111110111111000011010111110001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353477; }

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

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

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

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

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

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

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

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