#303C85

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

Shades of Torea Bay #303C85

Tints of Torea Bay #303C85

Color information

#303C85 (or 0x303C85) is unknown color: approx Torea Bay. HEX triplet: 30, 3C and 85. RGB value is (48,60,133). Sum of RGB (Red+Green+Blue) = 48+60+133=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #303C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C85 is #CFC37A. Grayscale: #404040. Windows color (decimal): -13615995 or 8731696. OLE color: 8731696.

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

Color convert

RGB4860133-
CMYK0.640.5500.48
HSL231.53º46.96%35.49%-
HSV(B)231.53º63.91%52.16%-
XYZ7.075.5522.89-
YUV64.73166.52116.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=19.92%
G=24.90%
B=55.19%

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
Decimal48601330.640.5500.48231.5346.9635.49
Hex303C854037030e82f23
Octal6074205100670603505743
Binary110000111100100001011000000110111011000011101000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,60,133); }

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

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

 a { background-color: rgb(48,60,133); }

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

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

 span { border-color: rgb(48,60,133); }

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