#303783

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

Shades of Torea Bay #303783

Tints of Torea Bay #303783

Color information

#303783 (or 0x303783) is unknown color: approx Torea Bay. HEX triplet: 30, 37 and 83. RGB value is (48,55,131). Sum of RGB (Red+Green+Blue) = 48+55+131=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #303783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303783 is #CFC87C. Grayscale: #3D3D3D. Windows color (decimal): -13617277 or 8599344. OLE color: 8599344.

HSL color Cylindrical-coordinate representation of color #303783: hue angle of 234.94º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303783 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4855131-
CMYK0.630.5800.49
HSL234.94º46.37%35.1%-
HSV(B)234.94º63.36%51.37%-
XYZ6.68522.09-
YUV61.57167.18118.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=20.51%
G=23.50%
B=55.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48551310.630.5800.49234.9446.3735.1
Hex3037833F3A031eb2e23
Octal606720377720613535643
Binary11000011011110000011111111111010011000111101011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303783; }

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

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

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

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

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

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

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

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