#35397A

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

Shades of Torea Bay #35397A

Tints of Torea Bay #35397A

Color information

#35397A (or 0x35397A) is unknown color: approx Torea Bay. HEX triplet: 35, 39 and 7A. RGB value is (53,57,122). Sum of RGB (Red+Green+Blue) = 53+57+122=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #35397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35397A is #CAC685. Grayscale: #3E3E3E. Windows color (decimal): -13289094 or 8010037. OLE color: 8010037.

HSL color Cylindrical-coordinate representation of color #35397A: hue angle of 236.52º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35397A is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5357122-
CMYK0.570.5300.52
HSL236.52º39.43%34.31%-
HSV(B)236.52º56.56%47.84%-
XYZ6.445.0919.05-
YUV63.21161.17120.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=22.84%
G=24.57%
B=52.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53571220.570.5300.52236.5239.4334.31
Hex35397A3935034ed2722
Octal657117271650643554742
Binary1101011110011111010111001110101011010011101101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35397A; }

 p { color: rgb(53,57,122); }

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

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

 a { background-color: rgb(53,57,122); }

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

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

 span { border-color: rgb(53,57,122); }

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