#303B82

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

Shades of Torea Bay #303B82

Tints of Torea Bay #303B82

Color information

#303B82 (or 0x303B82) is unknown color: approx Torea Bay. HEX triplet: 30, 3B and 82. RGB value is (48,59,130). Sum of RGB (Red+Green+Blue) = 48+59+130=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #303B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B82 is #CFC47D. Grayscale: #3F3F3F. Windows color (decimal): -13616254 or 8534832. OLE color: 8534832.

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

Color convert

RGB4859130-
CMYK0.630.5500.49
HSL231.95º46.07%34.9%-
HSV(B)231.95º63.08%50.98%-
XYZ6.815.3721.8-
YUV63.8165.36116.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=20.25%
G=24.89%
B=54.85%

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
Decimal48591300.630.5500.49231.9546.0734.9
Hex303B823F37031e82e23
Octal607320277670613505643
Binary11000011101110000010111111110111011000111101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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