#303770

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

Shades of Torea Bay #303770

Tints of Torea Bay #303770

Color information

#303770 (or 0x303770) is unknown color: approx Torea Bay. HEX triplet: 30, 37 and 70. RGB value is (48,55,112). Sum of RGB (Red+Green+Blue) = 48+55+112=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #303770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303770 is #CFC88F. Grayscale: #3B3B3B. Windows color (decimal): -13617296 or 7354160. OLE color: 7354160.

HSL color Cylindrical-coordinate representation of color #303770: hue angle of 233.44º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #303770 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4855112-
CMYK0.570.5100.56
HSL233.44º40%31.37%-
HSV(B)233.44º57.14%43.92%-
XYZ5.514.5315.91-
YUV59.4157.68119.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=22.33%
G=25.58%
B=52.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48551120.570.5100.56233.444031.37
Hex3037703933038e9281f
Octal606716071630703515037
Binary110000110111111000011100111001101110001110100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303770; }

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

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

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

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

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

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

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

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