#363F78

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

Shades of Torea Bay #363F78

Tints of Torea Bay #363F78

Color information

#363F78 (or 0x363F78) is unknown color: approx Torea Bay. HEX triplet: 36, 3F and 78. RGB value is (54,63,120). Sum of RGB (Red+Green+Blue) = 54+63+120=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #363F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F78 is #C9C087. Grayscale: #424242. Windows color (decimal): -13222024 or 7880502. OLE color: 7880502.

HSL color Cylindrical-coordinate representation of color #363F78: hue angle of 231.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363F78 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5463120-
CMYK0.550.4800.53
HSL231.82º37.93%34.12%-
HSV(B)231.82º55%47.06%-
XYZ6.695.718.52-
YUV66.81158.02118.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=22.78%
G=26.58%
B=50.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54631200.550.4800.53231.8237.9334.12
Hex363F783730035e82622
Octal667717067600653504642
Binary1101101111111111000110111110000011010111101000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,63,120); }

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

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

 a { background-color: rgb(54,63,120); }

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

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

 span { border-color: rgb(54,63,120); }

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