#353A7B

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

Shades of Torea Bay #353A7B

Tints of Torea Bay #353A7B

Color information

#353A7B (or 0x353A7B) is unknown color: approx Torea Bay. HEX triplet: 35, 3A and 7B. RGB value is (53,58,123). Sum of RGB (Red+Green+Blue) = 53+58+123=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #353A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A7B is #CAC584. Grayscale: #3F3F3F. Windows color (decimal): -13288837 or 8075829. OLE color: 8075829.

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

Color convert

RGB5358123-
CMYK0.570.5300.52
HSL235.71º39.77%34.51%-
HSV(B)235.71º56.91%48.24%-
XYZ6.565.2119.4-
YUV63.92161.34120.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=22.65%
G=24.79%
B=52.56%

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
Decimal53581230.570.5300.52235.7139.7734.51
Hex353A7B3935034ec2823
Octal657217371650643545043
Binary1101011110101111011111001110101011010011101100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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