#303771

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

Shades of Torea Bay #303771

Tints of Torea Bay #303771

Color information

#303771 (or 0x303771) is unknown color: approx Torea Bay. HEX triplet: 30, 37 and 71. RGB value is (48,55,113). Sum of RGB (Red+Green+Blue) = 48+55+113=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #303771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303771 is #CFC88E. Grayscale: #3B3B3B. Windows color (decimal): -13617295 or 7419696. OLE color: 7419696.

HSL color Cylindrical-coordinate representation of color #303771: hue angle of 233.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303771 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4855113-
CMYK0.580.5100.56
HSL233.54º40.37%31.57%-
HSV(B)233.54º57.52%44.31%-
XYZ5.574.5516.21-
YUV59.52158.18119.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=22.22%
G=25.46%
B=52.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48551130.580.5100.56233.5440.3731.57
Hex3037713A33038ea2820
Octal606716172630703525040
Binary1100001101111110001111010110011011100011101010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303771; }

 p { color: rgb(48,55,113); }

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

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

 a { background-color: rgb(48,55,113); }

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

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

 span { border-color: rgb(48,55,113); }

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