#374275

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

Shades of Resolution Blue #374275

Tints of Resolution Blue #374275

Color information

#374275 (or 0x374275) is unknown color: approx Resolution Blue. HEX triplet: 37, 42 and 75. RGB value is (55,66,117). Sum of RGB (Red+Green+Blue) = 55+66+117=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #374275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374275 is #C8BD8A. Grayscale: #444444. Windows color (decimal): -13155723 or 7684663. OLE color: 7684663.

HSL color Cylindrical-coordinate representation of color #374275: hue angle of 229.35º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374275 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5566117-
CMYK0.530.4400.54
HSL229.35º36.05%33.73%-
HSV(B)229.35º52.99%45.88%-
XYZ6.735.9917.63-
YUV68.53155.36118.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=23.11%
G=27.73%
B=49.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55661170.530.4400.54229.3536.0533.73
Hex374275352C036e52422
Octal6710216565540663454442
Binary11011110000101110101110101101100011011011100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374275; }

 p { color: rgb(55,66,117); }

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

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

 a { background-color: rgb(55,66,117); }

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

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

 span { border-color: rgb(55,66,117); }

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