#303D84

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

Shades of Resolution Blue #303D84

Tints of Resolution Blue #303D84

Color information

#303D84 (or 0x303D84) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 84. RGB value is (48,61,132). Sum of RGB (Red+Green+Blue) = 48+61+132=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #303D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D84 is #CFC27B. Grayscale: #404040. Windows color (decimal): -13615740 or 8666416. OLE color: 8666416.

HSL color Cylindrical-coordinate representation of color #303D84: hue angle of 230.71º 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 #303D84 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4861132-
CMYK0.640.5400.48
HSL230.71º46.67%35.29%-
HSV(B)230.71º63.64%51.76%-
XYZ7.055.6322.55-
YUV65.21165.69115.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=19.92%
G=25.31%
B=54.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48611320.640.5400.48230.7146.6735.29
Hex303D844036030e72f23
Octal6075204100660603475743
Binary110000111101100001001000000110110011000011100111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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