#304382

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

Shades of Resolution Blue #304382

Tints of Resolution Blue #304382

Color information

#304382 (or 0x304382) is unknown color: approx Resolution Blue. HEX triplet: 30, 43 and 82. RGB value is (48,67,130). Sum of RGB (Red+Green+Blue) = 48+67+130=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #304382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304382 is #CFBC7D. Grayscale: #444444. Windows color (decimal): -13614206 or 8536880. OLE color: 8536880.

HSL color Cylindrical-coordinate representation of color #304382: hue angle of 226.1º 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 #304382 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4867130-
CMYK0.630.4800.49
HSL226.1º46.07%34.9%-
HSV(B)226.1º63.08%50.98%-
XYZ7.266.2521.94-
YUV68.5162.71113.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=19.59%
G=27.35%
B=53.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48671300.630.4800.49226.146.0734.9
Hex3043823F30031e22e23
Octal6010320277600613425643
Binary110000100001110000010111111110000011000111100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304382; }

 p { color: rgb(48,67,130); }

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

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

 a { background-color: rgb(48,67,130); }

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

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

 span { border-color: rgb(48,67,130); }

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