#303F72

Color #303F72 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #303F72

Tints of Resolution Blue #303F72

Color information

#303F72 (or 0x303F72) is unknown color: approx Resolution Blue. HEX triplet: 30, 3F and 72. RGB value is (48,63,114). Sum of RGB (Red+Green+Blue) = 48+63+114=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #303F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F72 is #CFC08D. Grayscale: #404040. Windows color (decimal): -13615246 or 7487280. OLE color: 7487280.

HSL color Cylindrical-coordinate representation of color #303F72: hue angle of 226.36º 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 #303F72 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4863114-
CMYK0.580.4500.55
HSL226.36º40.74%31.76%-
HSV(B)226.36º57.89%44.71%-
XYZ6.035.416.64-
YUV64.33156.03116.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=21.33%
G=28%
B=50.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48631140.580.4500.55226.3640.7431.76
Hex303F723A2D037e22920
Octal607716272550673425140
Binary1100001111111110010111010101101011011111100010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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