#353C7B

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

Shades of Torea Bay #353C7B

Tints of Torea Bay #353C7B

Color information

#353C7B (or 0x353C7B) is unknown color: approx Torea Bay. HEX triplet: 35, 3C and 7B. RGB value is (53,60,123). Sum of RGB (Red+Green+Blue) = 53+60+123=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #353C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C7B is #CAC384. Grayscale: #404040. Windows color (decimal): -13288325 or 8076341. OLE color: 8076341.

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

Color convert

RGB5360123-
CMYK0.570.5100.52
HSL234º39.77%34.51%-
HSV(B)234º56.91%48.24%-
XYZ6.665.4219.43-
YUV65.09160.68119.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=22.46%
G=25.42%
B=52.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53601230.570.5100.5223439.7734.51
Hex353C7B3933034ea2823
Octal657417371630643525043
Binary1101011111001111011111001110011011010011101010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353C7B; }

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

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

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

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

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

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

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

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