#303C87

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

Shades of Torea Bay #303C87

Tints of Torea Bay #303C87

Color information

#303C87 (or 0x303C87) is unknown color: approx Torea Bay. HEX triplet: 30, 3C and 87. RGB value is (48,60,135). Sum of RGB (Red+Green+Blue) = 48+60+135=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #303C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C87 is #CFC378. Grayscale: #404040. Windows color (decimal): -13615993 or 8862768. OLE color: 8862768.

HSL color Cylindrical-coordinate representation of color #303C87: hue angle of 231.72º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303C87 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4860135-
CMYK0.640.5600.47
HSL231.72º47.54%35.88%-
HSV(B)231.72º64.44%52.94%-
XYZ7.215.6123.62-
YUV64.96167.52115.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=19.75%
G=24.69%
B=55.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48601350.640.5600.47231.7247.5435.88
Hex303C87403802Fe83024
Octal6074207100700573506044
Binary110000111100100001111000000111000010111111101000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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