#344184

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

Shades of Resolution Blue #344184

Tints of Resolution Blue #344184

Color information

#344184 (or 0x344184) is unknown color: approx Resolution Blue. HEX triplet: 34, 41 and 84. RGB value is (52,65,132). Sum of RGB (Red+Green+Blue) = 52+65+132=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #344184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344184 is #CBBE7B. Grayscale: #444444. Windows color (decimal): -13352572 or 8667444. OLE color: 8667444.

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

Color convert

RGB5265132-
CMYK0.610.5100.48
HSL230.25º43.48%36.08%-
HSV(B)230.25º60.61%51.76%-
XYZ7.476.1822.63-
YUV68.75163.69116.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=20.88%
G=26.10%
B=53.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52651320.610.5100.48230.2543.4836.08
Hex3441843D33030e62b24
Octal6410120475630603465344
Binary110100100000110000100111101110011011000011100110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344184; }

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

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

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

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

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

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

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

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