#303B84

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

Shades of Torea Bay #303B84

Tints of Torea Bay #303B84

Color information

#303B84 (or 0x303B84) is unknown color: approx Torea Bay. HEX triplet: 30, 3B and 84. RGB value is (48,59,132). Sum of RGB (Red+Green+Blue) = 48+59+132=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #303B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B84 is #CFC47B. Grayscale: #3F3F3F. Windows color (decimal): -13616252 or 8665904. OLE color: 8665904.

HSL color Cylindrical-coordinate representation of color #303B84: hue angle of 232.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303B84 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4859132-
CMYK0.640.5500.48
HSL232.14º46.67%35.29%-
HSV(B)232.14º63.64%51.76%-
XYZ6.955.4222.51-
YUV64.03166.36116.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=20.08%
G=24.69%
B=55.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48591320.640.5500.48232.1446.6735.29
Hex303B844037030e82f23
Octal6073204100670603505743
Binary110000111011100001001000000110111011000011101000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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