#35407B

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

Shades of Torea Bay #35407B

Tints of Torea Bay #35407B

Color information

#35407B (or 0x35407B) is unknown color: approx Torea Bay. HEX triplet: 35, 40 and 7B. RGB value is (53,64,123). Sum of RGB (Red+Green+Blue) = 53+64+123=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #35407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35407B is #CABF84. Grayscale: #434343. Windows color (decimal): -13287301 or 8077365. OLE color: 8077365.

HSL color Cylindrical-coordinate representation of color #35407B: hue angle of 230.57º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35407B is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5364123-
CMYK0.570.4800.52
HSL230.57º39.77%34.51%-
HSV(B)230.57º56.91%48.24%-
XYZ6.885.8519.51-
YUV67.44159.36117.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=22.08%
G=26.67%
B=51.25%

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
Decimal53641230.570.4800.52230.5739.7734.51
Hex35407B3930034e72823
Octal6510017371600643475043
Binary11010110000001111011111001110000011010011100111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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