#344284

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

Shades of Resolution Blue #344284

Tints of Resolution Blue #344284

Color information

#344284 (or 0x344284) is unknown color: approx Resolution Blue. HEX triplet: 34, 42 and 84. RGB value is (52,66,132). Sum of RGB (Red+Green+Blue) = 52+66+132=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #344284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344284 is #CBBD7B. Grayscale: #454545. Windows color (decimal): -13352316 or 8667700. OLE color: 8667700.

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

Color convert

RGB5266132-
CMYK0.610.500.48
HSL229.5º43.48%36.08%-
HSV(B)229.5º60.61%51.76%-
XYZ7.536.2922.65-
YUV69.34163.36115.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=20.8%
G=26.4%
B=52.8%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52661320.610.500.48229.543.4836.08
Hex3442843D32030e62b24
Octal6410220475620603465344
Binary110100100001010000100111101110010011000011100110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344284; }

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

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

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

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

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

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

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

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