#353779

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

Shades of Torea Bay #353779

Tints of Torea Bay #353779

Color information

#353779 (or 0x353779) is unknown color: approx Torea Bay. HEX triplet: 35, 37 and 79. RGB value is (53,55,121). Sum of RGB (Red+Green+Blue) = 53+55+121=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #353779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353779 is #CAC886. Grayscale: #3D3D3D. Windows color (decimal): -13289607 or 7943989. OLE color: 7943989.

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

Color convert

RGB5355121-
CMYK0.560.5500.53
HSL238.24º39.08%34.12%-
HSV(B)238.24º56.2%47.45%-
XYZ6.294.8718.7-
YUV61.93161.34121.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=23.14%
G=24.02%
B=52.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53551210.560.5500.53238.2439.0834.12
Hex3537793837035ee2722
Octal656717170670653564742
Binary1101011101111111001111000110111011010111101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353779; }

 p { color: rgb(53,55,121); }

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

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

 a { background-color: rgb(53,55,121); }

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

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

 span { border-color: rgb(53,55,121); }

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