#363A6E

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

Shades of Torea Bay #363A6E

Tints of Torea Bay #363A6E

Color information

#363A6E (or 0x363A6E) is unknown color: approx Torea Bay. HEX triplet: 36, 3A and 6E. RGB value is (54,58,110). Sum of RGB (Red+Green+Blue) = 54+58+110=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #363A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A6E is #C9C591. Grayscale: #3E3E3E. Windows color (decimal): -13223314 or 7223862. OLE color: 7223862.

HSL color Cylindrical-coordinate representation of color #363A6E: hue angle of 235.71º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363A6E is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5458110-
CMYK0.510.4700.57
HSL235.71º34.15%32.16%-
HSV(B)235.71º50.91%43.14%-
XYZ5.854.9415.4-
YUV62.73154.67121.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=24.32%
G=26.13%
B=49.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54581100.510.4700.57235.7134.1532.16
Hex363A6E332F039ec2220
Octal667215663570713544240
Binary1101101110101101110110011101111011100111101100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363A6E; }

 p { color: rgb(54,58,110); }

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

<style>
 a { background-color: #363A6E; }

 a { background-color: rgb(54,58,110); }

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

<style>
 span { border-color: #363A6E; }

 span { border-color: rgb(54,58,110); }

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