#303875

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

Shades of Torea Bay #303875

Tints of Torea Bay #303875

Color information

#303875 (or 0x303875) is unknown color: approx Torea Bay. HEX triplet: 30, 38 and 75. RGB value is (48,56,117). Sum of RGB (Red+Green+Blue) = 48+56+117=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #303875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303875 is #CFC78A. Grayscale: #3C3C3C. Windows color (decimal): -13617035 or 7682096. OLE color: 7682096.

HSL color Cylindrical-coordinate representation of color #303875: hue angle of 233.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303875 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4856117-
CMYK0.590.5200.54
HSL233.04º41.82%32.35%-
HSV(B)233.04º58.97%45.88%-
XYZ5.844.7417.44-
YUV60.56159.85119.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=21.72%
G=25.34%
B=52.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48561170.590.5200.54233.0441.8232.35
Hex3038753B34036e92a20
Octal607016573640663515240
Binary1100001110001110101111011110100011011011101001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303875; }

 p { color: rgb(48,56,117); }

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

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

 a { background-color: rgb(48,56,117); }

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

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

 span { border-color: rgb(48,56,117); }

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