#303784

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

Shades of Torea Bay #303784

Tints of Torea Bay #303784

Color information

#303784 (or 0x303784) is unknown color: approx Torea Bay. HEX triplet: 30, 37 and 84. RGB value is (48,55,132). Sum of RGB (Red+Green+Blue) = 48+55+132=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #303784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303784 is #CFC87B. Grayscale: #3D3D3D. Windows color (decimal): -13617276 or 8664880. OLE color: 8664880.

HSL color Cylindrical-coordinate representation of color #303784: hue angle of 235º 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 #303784 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4855132-
CMYK0.640.5800.48
HSL235º46.67%35.29%-
HSV(B)235º63.64%51.76%-
XYZ6.755.0322.44-
YUV61.68167.68118.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=20.43%
G=23.40%
B=56.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48551320.640.5800.4823546.6735.29
Hex303784403A030eb2f23
Octal6067204100720603535743
Binary110000110111100001001000000111010011000011101011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303784; }

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

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

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

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

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

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

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

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