#313572

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

Shades of Torea Bay #313572

Tints of Torea Bay #313572

Color information

#313572 (or 0x313572) is unknown color: approx Torea Bay. HEX triplet: 31, 35 and 72. RGB value is (49,53,114). Sum of RGB (Red+Green+Blue) = 49+53+114=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #313572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313572 is #CECA8D. Grayscale: #3A3A3A. Windows color (decimal): -13552270 or 7484721. OLE color: 7484721.

HSL color Cylindrical-coordinate representation of color #313572: hue angle of 236.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313572 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4953114-
CMYK0.570.5400.55
HSL236.31º39.88%31.96%-
HSV(B)236.31º57.02%44.71%-
XYZ5.584.4116.48-
YUV58.76159.17121.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=22.69%
G=24.54%
B=52.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49531140.570.5400.55236.3139.8831.96
Hex3135723936037ec2820
Octal616516271660673545040
Binary1100011101011110010111001110110011011111101100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313572; }

 p { color: rgb(49,53,114); }

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

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

 a { background-color: rgb(49,53,114); }

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

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

 span { border-color: rgb(49,53,114); }

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