#303680

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

Shades of Torea Bay #303680

Tints of Torea Bay #303680

Color information

#303680 (or 0x303680) is unknown color: approx Torea Bay. HEX triplet: 30, 36 and 80. RGB value is (48,54,128). Sum of RGB (Red+Green+Blue) = 48+54+128=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #303680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303680 is #CFC97F. Grayscale: #3C3C3C. Windows color (decimal): -13617536 or 8402480. OLE color: 8402480.

HSL color Cylindrical-coordinate representation of color #303680: hue angle of 235.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303680 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4854128-
CMYK0.620.5800.50
HSL235.5º45.45%34.51%-
HSV(B)235.5º62.5%50.2%-
XYZ6.434.8321.01-
YUV60.64166.01118.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=20.87%
G=23.48%
B=55.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48541280.620.5800.50235.545.4534.51
Hex3036803E3A032ec2d23
Octal606620076720623545543
Binary11000011011010000000111110111010011001011101100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303680; }

 p { color: rgb(48,54,128); }

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

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

 a { background-color: rgb(48,54,128); }

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

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

 span { border-color: rgb(48,54,128); }

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