#303a82

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

Shades of Torea Bay #303A82

Tints of Torea Bay #303A82

Color information

#303A82 (or 0x303A82) is unknown color: approx Torea Bay. HEX triplet: 30, 3A and 82. RGB value is (48,58,130). Sum of RGB (Red+Green+Blue) = 48+58+130=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #303A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A82 is #CFC57D. Grayscale: #3E3E3E. Windows color (decimal): -13616510 or 8534576. OLE color: 8534576.

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

Color convert

RGB4858130-
CMYK0.630.5500.49
HSL232.68º46.07%34.9%-
HSV(B)232.68º63.08%50.98%-
XYZ6.765.2721.78-
YUV63.22165.69117.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 58 (23.05% from 255) = 24.58%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=20.34%
G=24.58%
B=55.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48581300.630.5500.49232.6846.0734.9
Hex303A823F37031e92e23
Octal607220277670613515643
Binary11000011101010000010111111110111011000111101001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303a82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303a82; }

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

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

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

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

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

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

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

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