#31347A

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

Shades of Torea Bay #31347A

Tints of Torea Bay #31347A

Color information

#31347A (or 0x31347A) is unknown color: approx Torea Bay. HEX triplet: 31, 34 and 7A. RGB value is (49,52,122). Sum of RGB (Red+Green+Blue) = 49+52+122=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #31347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31347A is #CECB85. Grayscale: #3A3A3A. Windows color (decimal): -13552518 or 8008753. OLE color: 8008753.

HSL color Cylindrical-coordinate representation of color #31347A: hue angle of 237.53º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31347A is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4952122-
CMYK0.600.5700.52
HSL237.53º42.69%33.53%-
HSV(B)237.53º59.84%47.84%-
XYZ6.014.5118.97-
YUV59.08163.51120.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=21.97%
G=23.32%
B=54.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49521220.600.5700.52237.5342.6933.53
Hex31347A3C39034ee2b22
Octal616417274710643565342
Binary1100011101001111010111100111001011010011101110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,52,122); }

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

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

 a { background-color: rgb(49,52,122); }

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

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

 span { border-color: rgb(49,52,122); }

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