#303A72

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

Shades of Torea Bay #303A72

Tints of Torea Bay #303A72

Color information

#303A72 (or 0x303A72) is unknown color: approx Torea Bay. HEX triplet: 30, 3A and 72. RGB value is (48,58,114). Sum of RGB (Red+Green+Blue) = 48+58+114=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #303A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A72 is #CFC58D. Grayscale: #3D3D3D. Windows color (decimal): -13616526 or 7486000. OLE color: 7486000.

HSL color Cylindrical-coordinate representation of color #303A72: hue angle of 230.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303A72 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4858114-
CMYK0.580.4900.55
HSL230.91º40.74%31.76%-
HSV(B)230.91º57.89%44.71%-
XYZ5.774.8716.56-
YUV61.39157.69118.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=21.82%
G=26.36%
B=51.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48581140.580.4900.55230.9140.7431.76
Hex303A723A31037e72920
Octal607216272610673475140
Binary1100001110101110010111010110001011011111100111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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