#303A75

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

Shades of Torea Bay #303A75

Tints of Torea Bay #303A75

Color information

#303A75 (or 0x303A75) is unknown color: approx Torea Bay. HEX triplet: 30, 3A and 75. RGB value is (48,58,117). Sum of RGB (Red+Green+Blue) = 48+58+117=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #303A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A75 is #CFC58A. Grayscale: #3D3D3D. Windows color (decimal): -13616523 or 7682608. OLE color: 7682608.

HSL color Cylindrical-coordinate representation of color #303A75: hue angle of 231.3º 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 #303A75 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4858117-
CMYK0.590.5000.54
HSL231.3º41.82%32.35%-
HSV(B)231.3º58.97%45.88%-
XYZ5.944.9417.47-
YUV61.74159.19118.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=21.52%
G=26.01%
B=52.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48581170.590.5000.54231.341.8232.35
Hex303A753B32036e72a20
Octal607216573620663475240
Binary1100001110101110101111011110010011011011100111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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