#30427E

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

Shades of Resolution Blue #30427E

Tints of Resolution Blue #30427E

Color information

#30427E (or 0x30427E) is unknown color: approx Resolution Blue. HEX triplet: 30, 42 and 7E. RGB value is (48,66,126). Sum of RGB (Red+Green+Blue) = 48+66+126=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #30427E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30427E is #CFBD81. Grayscale: #434343. Windows color (decimal): -13614466 or 8274480. OLE color: 8274480.

HSL color Cylindrical-coordinate representation of color #30427E: hue angle of 226.15º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30427E is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4866126-
CMYK0.620.4800.51
HSL226.15º44.83%34.12%-
HSV(B)226.15º61.9%49.41%-
XYZ6.936.0320.54-
YUV67.46161.04114.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 126 (49.61% from 255) = 52.5%
R=20%
G=27.5%
B=52.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48661260.620.4800.51226.1544.8334.12
Hex30427E3E30033e22d22
Octal6010217676600633425542
Binary11000010000101111110111110110000011001111100010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30427E; }

 p { color: rgb(48,66,126); }

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

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

 a { background-color: rgb(48,66,126); }

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

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

 span { border-color: rgb(48,66,126); }

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