#354375

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

Shades of Resolution Blue #354375

Tints of Resolution Blue #354375

Color information

#354375 (or 0x354375) is unknown color: approx Resolution Blue. HEX triplet: 35, 43 and 75. RGB value is (53,67,117). Sum of RGB (Red+Green+Blue) = 53+67+117=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #354375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354375 is #CABC8A. Grayscale: #444444. Windows color (decimal): -13286539 or 7684917. OLE color: 7684917.

HSL color Cylindrical-coordinate representation of color #354375: hue angle of 226.88º 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 #354375 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5367117-
CMYK0.550.4300.54
HSL226.88º37.65%33.33%-
HSV(B)226.88º54.7%45.88%-
XYZ6.696.0617.65-
YUV68.51155.36116.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=22.36%
G=28.27%
B=49.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53671170.550.4300.54226.8837.6533.33
Hex354375372B036e32621
Octal6510316567530663434641
Binary11010110000111110101110111101011011011011100011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354375; }

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

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

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

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

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

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

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

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