#274173

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

Shades of Resolution Blue #274173

Tints of Resolution Blue #274173

Color information

#274173 (or 0x274173) is unknown color: approx Resolution Blue. HEX triplet: 27, 41 and 73. RGB value is (39,65,115). Sum of RGB (Red+Green+Blue) = 39+65+115=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #274173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274173 is #D8BE8C. Grayscale: #3E3E3E. Windows color (decimal): -14204557 or 7553319. OLE color: 7553319.

HSL color Cylindrical-coordinate representation of color #274173: hue angle of 219.47º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274173 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3965115-
CMYK0.660.4300.55
HSL219.47º49.35%30.2%-
HSV(B)219.47º66.09%45.1%-
XYZ5.825.4516.96-
YUV62.93157.39110.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=17.81%
G=29.68%
B=52.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39651150.660.4300.55219.4749.3530.2
Hex274173422B037db311e
Octal47101163102530673336136
Binary10011110000011110011100001010101101101111101101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274173; }

 p { color: rgb(39,65,115); }

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

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

 a { background-color: rgb(39,65,115); }

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

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

 span { border-color: rgb(39,65,115); }

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