#303882

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

Shades of Torea Bay #303882

Tints of Torea Bay #303882

Color information

#303882 (or 0x303882) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 82. RGB value is (48,56,130). Sum of RGB (Red+Green+Blue) = 48+56+130=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #303882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303882 is #CFC77D. Grayscale: #3D3D3D. Windows color (decimal): -13617022 or 8534064. OLE color: 8534064.

HSL color Cylindrical-coordinate representation of color #303882: hue angle of 234.15º 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 #303882 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4856130-
CMYK0.630.5700.49
HSL234.15º46.07%34.9%-
HSV(B)234.15º63.08%50.98%-
XYZ6.665.0721.75-
YUV62.04166.35117.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=20.51%
G=23.93%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48561300.630.5700.49234.1546.0734.9
Hex3038823F39031ea2e23
Octal607020277710613525643
Binary11000011100010000010111111111001011000111101010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303882; }

 p { color: rgb(48,56,130); }

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

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

 a { background-color: rgb(48,56,130); }

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

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

 span { border-color: rgb(48,56,130); }

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