#31347F

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

Shades of Torea Bay #31347F

Tints of Torea Bay #31347F

Color information

#31347F (or 0x31347F) is unknown color: approx Torea Bay. HEX triplet: 31, 34 and 7F. RGB value is (49,52,127). Sum of RGB (Red+Green+Blue) = 49+52+127=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #31347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31347F is #CECB80. Grayscale: #3B3B3B. Windows color (decimal): -13552513 or 8336433. OLE color: 8336433.

HSL color Cylindrical-coordinate representation of color #31347F: hue angle of 237.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31347F is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4952127-
CMYK0.610.5900.50
HSL237.69º44.32%34.51%-
HSV(B)237.69º61.42%49.8%-
XYZ6.334.6420.64-
YUV59.65166.01120.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 127 (50% from 255) = 55.70%
R=21.49%
G=22.81%
B=55.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49521270.610.5900.50237.6944.3234.51
Hex31347F3D3B032ee2c23
Octal616417775730623565443
Binary1100011101001111111111101111011011001011101110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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