#303481

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

Shades of Torea Bay #303481

Tints of Torea Bay #303481

Color information

#303481 (or 0x303481) is unknown color: approx Torea Bay. HEX triplet: 30, 34 and 81. RGB value is (48,52,129). Sum of RGB (Red+Green+Blue) = 48+52+129=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #303481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303481 is #CFCB7E. Grayscale: #3B3B3B. Windows color (decimal): -13618047 or 8467504. OLE color: 8467504.

HSL color Cylindrical-coordinate representation of color #303481: hue angle of 237.04º 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 #303481 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4852129-
CMYK0.630.6000.49
HSL237.04º45.76%34.71%-
HSV(B)237.04º62.79%50.59%-
XYZ6.414.6721.33-
YUV59.58167.17119.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 129 (50.78% from 255) = 56.33%
R=20.96%
G=22.71%
B=56.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48521290.630.6000.49237.0445.7634.71
Hex3034813F3C031ed2e23
Octal606420177740613555643
Binary11000011010010000001111111111100011000111101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303481; }

 p { color: rgb(48,52,129); }

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

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

 a { background-color: rgb(48,52,129); }

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

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

 span { border-color: rgb(48,52,129); }

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