#343F75

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

Shades of Resolution Blue #343F75

Tints of Resolution Blue #343F75

Color information

#343F75 (or 0x343F75) is unknown color: approx Resolution Blue. HEX triplet: 34, 3F and 75. RGB value is (52,63,117). Sum of RGB (Red+Green+Blue) = 52+63+117=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #343F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F75 is #CBC08A. Grayscale: #414141. Windows color (decimal): -13353099 or 7683892. OLE color: 7683892.

HSL color Cylindrical-coordinate representation of color #343F75: hue angle of 229.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343F75 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5263117-
CMYK0.560.4600.54
HSL229.85º38.46%33.14%-
HSV(B)229.85º55.56%45.88%-
XYZ6.45.5717.57-
YUV65.87156.86118.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=22.41%
G=27.16%
B=50.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52631170.560.4600.54229.8538.4633.14
Hex343F75382E036e62621
Octal647716570560663464641
Binary1101001111111110101111000101110011011011100110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343F75; }

 p { color: rgb(52,63,117); }

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

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

 a { background-color: rgb(52,63,117); }

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

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

 span { border-color: rgb(52,63,117); }

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