#31307B

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

Shades of Torea Bay #31307B

Tints of Torea Bay #31307B

Color information

#31307B (or 0x31307B) is unknown color: approx Torea Bay. HEX triplet: 31, 30 and 7B. RGB value is (49,48,123). Sum of RGB (Red+Green+Blue) = 49+48+123=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #31307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31307B is #CECF84. Grayscale: #383838. Windows color (decimal): -13553541 or 8073265. OLE color: 8073265.

HSL color Cylindrical-coordinate representation of color #31307B: hue angle of 240.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31307B is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4948123-
CMYK0.600.6100.52
HSL240.8º43.86%33.53%-
HSV(B)240.8º60.98%48.24%-
XYZ5.94.219.24-
YUV56.85165.33122.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=22.27%
G=21.82%
B=55.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49481230.600.6100.52240.843.8633.53
Hex31307B3C3D034f12c22
Octal616017374750643615442
Binary1100011100001111011111100111101011010011110001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,48,123); }

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

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

 a { background-color: rgb(49,48,123); }

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

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

 span { border-color: rgb(49,48,123); }

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