#36407B

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

Shades of Torea Bay #36407B

Tints of Torea Bay #36407B

Color information

#36407B (or 0x36407B) is unknown color: approx Torea Bay. HEX triplet: 36, 40 and 7B. RGB value is (54,64,123). Sum of RGB (Red+Green+Blue) = 54+64+123=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #36407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36407B is #C9BF84. Grayscale: #434343. Windows color (decimal): -13221765 or 8077366. OLE color: 8077366.

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

Color convert

RGB5464123-
CMYK0.560.4800.52
HSL231.3º38.98%34.71%-
HSV(B)231.3º56.1%48.24%-
XYZ6.935.8819.51-
YUV67.74159.19118.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=22.41%
G=26.56%
B=51.04%

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
Decimal54641230.560.4800.52231.338.9834.71
Hex36407B3830034e72723
Octal6610017370600643474743
Binary11011010000001111011111000110000011010011100111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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