#36407A

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

Shades of Torea Bay #36407A

Tints of Torea Bay #36407A

Color information

#36407A (or 0x36407A) is unknown color: approx Torea Bay. HEX triplet: 36, 40 and 7A. RGB value is (54,64,122). Sum of RGB (Red+Green+Blue) = 54+64+122=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #36407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36407A is #C9BF85. Grayscale: #434343. Windows color (decimal): -13221766 or 8011830. OLE color: 8011830.

HSL color Cylindrical-coordinate representation of color #36407A: hue angle of 231.18º 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 #36407A is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5464122-
CMYK0.560.4800.52
HSL231.18º38.64%34.51%-
HSV(B)231.18º55.74%47.84%-
XYZ6.875.8619.18-
YUV67.62158.69118.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=22.5%
G=26.67%
B=50.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54641220.560.4800.52231.1838.6434.51
Hex36407A3830034e72723
Octal6610017270600643474743
Binary11011010000001111010111000110000011010011100111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36407A; }

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

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

<style>
 a { background-color: #36407A; }

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

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

<style>
 span { border-color: #36407A; }

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

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