#30417A

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

Shades of Resolution Blue #30417A

Tints of Resolution Blue #30417A

Color information

#30417A (or 0x30417A) is unknown color: approx Resolution Blue. HEX triplet: 30, 41 and 7A. RGB value is (48,65,122). Sum of RGB (Red+Green+Blue) = 48+65+122=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #30417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30417A is #CFBE85. Grayscale: #424242. Windows color (decimal): -13614726 or 8012080. OLE color: 8012080.

HSL color Cylindrical-coordinate representation of color #30417A: hue angle of 226.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30417A is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4865122-
CMYK0.610.4700.52
HSL226.22º43.53%33.33%-
HSV(B)226.22º60.66%47.84%-
XYZ6.625.8119.19-
YUV66.42159.37114.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=20.43%
G=27.66%
B=51.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48651220.610.4700.52226.2243.5333.33
Hex30417A3D2F034e22c21
Octal6010117275570643425441
Binary11000010000011111010111101101111011010011100010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30417A; }

 p { color: rgb(48,65,122); }

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

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

 a { background-color: rgb(48,65,122); }

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

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

 span { border-color: rgb(48,65,122); }

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