#274473

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

Shades of Resolution Blue #274473

Tints of Resolution Blue #274473

Color information

#274473 (or 0x274473) is unknown color: approx Resolution Blue. HEX triplet: 27, 44 and 73. RGB value is (39,68,115). Sum of RGB (Red+Green+Blue) = 39+68+115=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #274473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274473 is #D8BB8C. Grayscale: #404040. Windows color (decimal): -14203789 or 7554087. OLE color: 7554087.

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

Color convert

RGB3968115-
CMYK0.660.4100.55
HSL217.11º49.35%30.2%-
HSV(B)217.11º66.09%45.1%-
XYZ65.817.02-
YUV64.69156.39109.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=17.57%
G=30.63%
B=51.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39681150.660.4100.55217.1149.3530.2
Hex2744734229037d9311e
Octal47104163102510673316136
Binary10011110001001110011100001010100101101111101100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274473; }

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

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

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

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

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

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

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

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