#354182

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

Shades of Torea Bay #354182

Tints of Torea Bay #354182

Color information

#354182 (or 0x354182) is unknown color: approx Torea Bay. HEX triplet: 35, 41 and 82. RGB value is (53,65,130). Sum of RGB (Red+Green+Blue) = 53+65+130=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #354182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354182 is #CABE7D. Grayscale: #444444. Windows color (decimal): -13287038 or 8536373. OLE color: 8536373.

HSL color Cylindrical-coordinate representation of color #354182: hue angle of 230.65º 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 #354182 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5365130-
CMYK0.590.5000.49
HSL230.65º42.08%35.88%-
HSV(B)230.65º59.23%50.98%-
XYZ7.396.1521.92-
YUV68.82162.52116.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=21.37%
G=26.21%
B=52.42%

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
Decimal53651300.590.5000.49230.6542.0835.88
Hex3541823B32031e72a24
Octal6510120273620613475244
Binary110101100000110000010111011110010011000111100111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354182; }

 p { color: rgb(53,65,130); }

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

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

 a { background-color: rgb(53,65,130); }

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

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

 span { border-color: rgb(53,65,130); }

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