#304084

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

Shades of Resolution Blue #304084

Tints of Resolution Blue #304084

Color information

#304084 (or 0x304084) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 84. RGB value is (48,64,132). Sum of RGB (Red+Green+Blue) = 48+64+132=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #304084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304084 is #CFBF7B. Grayscale: #424242. Windows color (decimal): -13614972 or 8667184. OLE color: 8667184.

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

Color convert

RGB4864132-
CMYK0.640.5200.48
HSL228.57º46.67%35.29%-
HSV(B)228.57º63.64%51.76%-
XYZ7.225.9622.6-
YUV66.97164.7114.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 132 (51.95% from 255) = 54.10%
R=19.67%
G=26.23%
B=54.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48641320.640.5200.48228.5746.6735.29
Hex3040844034030e52f23
Octal60100204100640603455743
Binary1100001000000100001001000000110100011000011100101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304084; }

 p { color: rgb(48,64,132); }

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

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

 a { background-color: rgb(48,64,132); }

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

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

 span { border-color: rgb(48,64,132); }

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