#354081

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

Shades of Torea Bay #354081

Tints of Torea Bay #354081

Color information

#354081 (or 0x354081) is unknown color: approx Torea Bay. HEX triplet: 35, 40 and 81. RGB value is (53,64,129). Sum of RGB (Red+Green+Blue) = 53+64+129=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #354081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354081 is #CABF7E. Grayscale: #434343. Windows color (decimal): -13287295 or 8470581. OLE color: 8470581.

HSL color Cylindrical-coordinate representation of color #354081: hue angle of 231.32º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354081 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5364129-
CMYK0.590.5000.49
HSL231.32º41.76%35.69%-
HSV(B)231.32º58.91%50.59%-
XYZ7.266.0121.55-
YUV68.12162.36117.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=21.54%
G=26.02%
B=52.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53641290.590.5000.49231.3241.7635.69
Hex3540813B32031e72a24
Octal6510020173620613475244
Binary110101100000010000001111011110010011000111100111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354081; }

 p { color: rgb(53,64,129); }

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

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

 a { background-color: rgb(53,64,129); }

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

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

 span { border-color: rgb(53,64,129); }

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