#304281

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

Shades of Resolution Blue #304281

Tints of Resolution Blue #304281

Color information

#304281 (or 0x304281) is unknown color: approx Resolution Blue. HEX triplet: 30, 42 and 81. RGB value is (48,66,129). Sum of RGB (Red+Green+Blue) = 48+66+129=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #304281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304281 is #CFBD7E. Grayscale: #434343. Windows color (decimal): -13614463 or 8471088. OLE color: 8471088.

HSL color Cylindrical-coordinate representation of color #304281: hue angle of 226.67º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304281 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4866129-
CMYK0.630.4900.49
HSL226.67º45.76%34.71%-
HSV(B)226.67º62.79%50.59%-
XYZ7.136.1121.57-
YUV67.8162.54113.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=19.75%
G=27.16%
B=53.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48661290.630.4900.49226.6745.7634.71
Hex3042813F31031e32e23
Octal6010220177610613435643
Binary110000100001010000001111111110001011000111100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304281; }

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

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

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

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

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

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

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

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