#30426D

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

Shades of Resolution Blue #30426D

Tints of Resolution Blue #30426D

Color information

#30426D (or 0x30426D) is unknown color: approx Resolution Blue. HEX triplet: 30, 42 and 6D. RGB value is (48,66,109). Sum of RGB (Red+Green+Blue) = 48+66+109=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #30426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30426D is #CFBD92. Grayscale: #414141. Windows color (decimal): -13614483 or 7160368. OLE color: 7160368.

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

Color convert

RGB4866109-
CMYK0.560.3900.57
HSL222.3º38.85%30.78%-
HSV(B)222.3º55.96%42.75%-
XYZ5.935.6315.24-
YUV65.52152.54115.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=21.52%
G=29.60%
B=48.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48661090.560.3900.57222.338.8530.78
Hex30426D3827039de271f
Octal6010215570470713364737
Binary1100001000010110110111100010011101110011101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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