#303482

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

Shades of Torea Bay #303482

Tints of Torea Bay #303482

Color information

#303482 (or 0x303482) is unknown color: approx Torea Bay. HEX triplet: 30, 34 and 82. RGB value is (48,52,130). Sum of RGB (Red+Green+Blue) = 48+52+130=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #303482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303482 is #CFCB7D. Grayscale: #3B3B3B. Windows color (decimal): -13618046 or 8533040. OLE color: 8533040.

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

Color convert

RGB4852130-
CMYK0.630.6000.49
HSL237.07º46.07%34.9%-
HSV(B)237.07º63.08%50.98%-
XYZ6.484.721.68-
YUV59.7167.67119.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=20.87%
G=22.61%
B=56.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48521300.630.6000.49237.0746.0734.9
Hex3034823F3C031ed2e23
Octal606420277740613555643
Binary11000011010010000010111111111100011000111101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303482; }

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

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

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

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

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

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

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

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