#353C7E

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

Shades of Torea Bay #353C7E

Tints of Torea Bay #353C7E

Color information

#353C7E (or 0x353C7E) is unknown color: approx Torea Bay. HEX triplet: 35, 3C and 7E. RGB value is (53,60,126). Sum of RGB (Red+Green+Blue) = 53+60+126=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #353C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C7E is #CAC381. Grayscale: #414141. Windows color (decimal): -13288322 or 8272949. OLE color: 8272949.

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

Color convert

RGB5360126-
CMYK0.580.5200.51
HSL234.25º40.78%35.1%-
HSV(B)234.25º57.94%49.41%-
XYZ6.855.4920.44-
YUV65.43162.18119.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 126 (49.61% from 255) = 52.72%
R=22.18%
G=25.10%
B=52.72%

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
Decimal53601260.580.5200.51234.2540.7835.1
Hex353C7E3A34033ea2923
Octal657417672640633525143
Binary1101011111001111110111010110100011001111101010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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