#353C7D

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

Shades of Torea Bay #353C7D

Tints of Torea Bay #353C7D

Color information

#353C7D (or 0x353C7D) is unknown color: approx Torea Bay. HEX triplet: 35, 3C and 7D. RGB value is (53,60,125). Sum of RGB (Red+Green+Blue) = 53+60+125=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #353C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C7D is #CAC382. Grayscale: #414141. Windows color (decimal): -13288323 or 8207413. OLE color: 8207413.

HSL color Cylindrical-coordinate representation of color #353C7D: hue angle of 234.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353C7D is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5360125-
CMYK0.580.5200.51
HSL234.17º40.45%34.9%-
HSV(B)234.17º57.6%49.02%-
XYZ6.795.4720.1-
YUV65.32161.68119.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 60 (23.83% from 255) = 25.21%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=22.27%
G=25.21%
B=52.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53601250.580.5200.51234.1740.4534.9
Hex353C7D3A34033ea2823
Octal657417572640633525043
Binary1101011111001111101111010110100011001111101010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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