#30426F

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

Shades of Resolution Blue #30426F

Tints of Resolution Blue #30426F

Color information

#30426F (or 0x30426F) is unknown color: approx Resolution Blue. HEX triplet: 30, 42 and 6F. RGB value is (48,66,111). Sum of RGB (Red+Green+Blue) = 48+66+111=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #30426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30426F is #CFBD90. Grayscale: #414141. Windows color (decimal): -13614481 or 7291440. OLE color: 7291440.

HSL color Cylindrical-coordinate representation of color #30426F: hue angle of 222.86º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30426F is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4866111-
CMYK0.570.4100.56
HSL222.86º39.62%31.18%-
HSV(B)222.86º56.76%43.53%-
XYZ6.045.6715.82-
YUV65.75153.54115.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=21.33%
G=29.33%
B=49.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48661110.570.4100.56222.8639.6231.18
Hex30426F3929038df281f
Octal6010215771510703375037
Binary1100001000010110111111100110100101110001101111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30426F; }

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

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

<style>
 a { background-color: #30426F; }

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

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

<style>
 span { border-color: #30426F; }

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

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