#313C84

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

Shades of Torea Bay #313C84

Tints of Torea Bay #313C84

Color information

#313C84 (or 0x313C84) is unknown color: approx Torea Bay. HEX triplet: 31, 3C and 84. RGB value is (49,60,132). Sum of RGB (Red+Green+Blue) = 49+60+132=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #313C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C84 is #CEC37B. Grayscale: #404040. Windows color (decimal): -13550460 or 8666161. OLE color: 8666161.

HSL color Cylindrical-coordinate representation of color #313C84: hue angle of 232.05º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313C84 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4960132-
CMYK0.630.5500.48
HSL232.05º45.86%35.49%-
HSV(B)232.05º62.88%51.76%-
XYZ7.055.5522.53-
YUV64.92165.86116.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=20.33%
G=24.90%
B=54.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49601320.630.5500.48232.0545.8635.49
Hex313C843F37030e82e23
Octal617420477670603505643
Binary11000111110010000100111111110111011000011101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313C84; }

 p { color: rgb(49,60,132); }

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

<style>
 a { background-color: #313C84; }

 a { background-color: rgb(49,60,132); }

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

<style>
 span { border-color: #313C84; }

 span { border-color: rgb(49,60,132); }

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