#35407A

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

Shades of Torea Bay #35407A

Tints of Torea Bay #35407A

Color information

#35407A (or 0x35407A) is unknown color: approx Torea Bay. HEX triplet: 35, 40 and 7A. RGB value is (53,64,122). Sum of RGB (Red+Green+Blue) = 53+64+122=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #35407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35407A is #CABF85. Grayscale: #434343. Windows color (decimal): -13287302 or 8011829. OLE color: 8011829.

HSL color Cylindrical-coordinate representation of color #35407A: hue angle of 230.43º 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 #35407A is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5364122-
CMYK0.570.4800.52
HSL230.43º39.43%34.31%-
HSV(B)230.43º56.56%47.84%-
XYZ6.815.8319.18-
YUV67.32158.86117.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=22.18%
G=26.78%
B=51.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53641220.570.4800.52230.4339.4334.31
Hex35407A3930034e62722
Octal6510017271600643464742
Binary11010110000001111010111001110000011010011100110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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