#354675

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

Shades of Resolution Blue #354675

Tints of Resolution Blue #354675

Color information

#354675 (or 0x354675) is unknown color: approx Resolution Blue. HEX triplet: 35, 46 and 75. RGB value is (53,70,117). Sum of RGB (Red+Green+Blue) = 53+70+117=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #354675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354675 is #CAB98A. Grayscale: #464646. Windows color (decimal): -13285771 or 7685685. OLE color: 7685685.

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

Color convert

RGB5370117-
CMYK0.550.4000.54
HSL224.06º37.65%33.33%-
HSV(B)224.06º54.7%45.88%-
XYZ6.876.4217.71-
YUV70.28154.37115.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=22.08%
G=29.17%
B=48.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53701170.550.4000.54224.0637.6533.33
Hex3546753728036e02621
Octal6510616567500663404641
Binary11010110001101110101110111101000011011011100000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354675; }

 p { color: rgb(53,70,117); }

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

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

 a { background-color: rgb(53,70,117); }

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

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

 span { border-color: rgb(53,70,117); }

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