#354284

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

Shades of Resolution Blue #354284

Tints of Resolution Blue #354284

Color information

#354284 (or 0x354284) is unknown color: approx Resolution Blue. HEX triplet: 35, 42 and 84. RGB value is (53,66,132). Sum of RGB (Red+Green+Blue) = 53+66+132=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #354284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354284 is #CABD7B. Grayscale: #454545. Windows color (decimal): -13286780 or 8667701. OLE color: 8667701.

HSL color Cylindrical-coordinate representation of color #354284: hue angle of 230.13º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354284 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5366132-
CMYK0.600.500.48
HSL230.13º42.7%36.27%-
HSV(B)230.13º59.85%51.76%-
XYZ7.586.3222.65-
YUV69.64163.19116.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=21.12%
G=26.29%
B=52.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53661320.600.500.48230.1342.736.27
Hex3542843C32030e62b24
Octal6510220474620603465344
Binary110101100001010000100111100110010011000011100110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354284; }

 p { color: rgb(53,66,132); }

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

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

 a { background-color: rgb(53,66,132); }

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

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

 span { border-color: rgb(53,66,132); }

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