#303772

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

Shades of Torea Bay #303772

Tints of Torea Bay #303772

Color information

#303772 (or 0x303772) is unknown color: approx Torea Bay. HEX triplet: 30, 37 and 72. RGB value is (48,55,114). Sum of RGB (Red+Green+Blue) = 48+55+114=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #303772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303772 is #CFC88D. Grayscale: #3B3B3B. Windows color (decimal): -13617294 or 7485232. OLE color: 7485232.

HSL color Cylindrical-coordinate representation of color #303772: hue angle of 233.64º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303772 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4855114-
CMYK0.580.5200.55
HSL233.64º40.74%31.76%-
HSV(B)233.64º57.89%44.71%-
XYZ5.624.5816.51-
YUV59.63158.68119.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=22.12%
G=25.35%
B=52.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48551140.580.5200.55233.6440.7431.76
Hex3037723A34037ea2920
Octal606716272640673525140
Binary1100001101111110010111010110100011011111101010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303772; }

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

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

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

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

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

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

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

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