#303C83

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

Shades of Torea Bay #303C83

Tints of Torea Bay #303C83

Color information

#303C83 (or 0x303C83) is unknown color: approx Torea Bay. HEX triplet: 30, 3C and 83. RGB value is (48,60,131). Sum of RGB (Red+Green+Blue) = 48+60+131=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #303C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C83 is #CFC37C. Grayscale: #404040. Windows color (decimal): -13615997 or 8600624. OLE color: 8600624.

HSL color Cylindrical-coordinate representation of color #303C83: hue angle of 231.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303C83 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4860131-
CMYK0.630.5400.49
HSL231.33º46.37%35.1%-
HSV(B)231.33º63.36%51.37%-
XYZ6.935.522.17-
YUV64.51165.52116.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 131 (51.56% from 255) = 54.81%
R=20.08%
G=25.10%
B=54.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48601310.630.5400.49231.3346.3735.1
Hex303C833F36031e72e23
Octal607420377660613475643
Binary11000011110010000011111111110110011000111100111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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