#363B7A

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

Shades of Torea Bay #363B7A

Tints of Torea Bay #363B7A

Color information

#363B7A (or 0x363B7A) is unknown color: approx Torea Bay. HEX triplet: 36, 3B and 7A. RGB value is (54,59,122). Sum of RGB (Red+Green+Blue) = 54+59+122=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #363B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B7A is #C9C485. Grayscale: #404040. Windows color (decimal): -13223046 or 8010550. OLE color: 8010550.

HSL color Cylindrical-coordinate representation of color #363B7A: hue angle of 235.59º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363B7A is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5459122-
CMYK0.560.5200.52
HSL235.59º38.64%34.51%-
HSV(B)235.59º55.74%47.84%-
XYZ6.65.3219.09-
YUV64.69160.34120.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=22.98%
G=25.11%
B=51.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54591220.560.5200.52235.5938.6434.51
Hex363B7A3834034ec2723
Octal667317270640643544743
Binary1101101110111111010111000110100011010011101100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,122); }

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

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

 a { background-color: rgb(54,59,122); }

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

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

 span { border-color: rgb(54,59,122); }

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