#303E82

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

Shades of Resolution Blue #303E82

Tints of Resolution Blue #303E82

Color information

#303E82 (or 0x303E82) is unknown color: approx Resolution Blue. HEX triplet: 30, 3E and 82. RGB value is (48,62,130). Sum of RGB (Red+Green+Blue) = 48+62+130=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #303E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303E82 is #CFC17D. Grayscale: #414141. Windows color (decimal): -13615486 or 8535600. OLE color: 8535600.

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

Color convert

RGB4862130-
CMYK0.630.5200.49
HSL229.76º46.07%34.9%-
HSV(B)229.76º63.08%50.98%-
XYZ6.975.6921.85-
YUV65.57164.36115.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=20%
G=25.83%
B=54.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48621300.630.5200.49229.7646.0734.9
Hex303E823F34031e62e23
Octal607620277640613465643
Binary11000011111010000010111111110100011000111100110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303E82; }

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

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

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

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

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

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

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

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