#274272

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

Shades of Resolution Blue #274272

Tints of Resolution Blue #274272

Color information

#274272 (or 0x274272) is unknown color: approx Resolution Blue. HEX triplet: 27, 42 and 72. RGB value is (39,66,114). Sum of RGB (Red+Green+Blue) = 39+66+114=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #274272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274272 is #D8BD8D. Grayscale: #3F3F3F. Windows color (decimal): -14204302 or 7488039. OLE color: 7488039.

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

Color convert

RGB3966114-
CMYK0.660.4200.55
HSL218.4º49.02%30%-
HSV(B)218.4º65.79%44.71%-
XYZ5.825.5416.68-
YUV63.4156.55110.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=17.81%
G=30.14%
B=52.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39661140.660.4200.55218.449.0230
Hex274272422A037da311e
Octal47102162102520673326136
Binary10011110000101110010100001010101001101111101101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274272; }

 p { color: rgb(39,66,114); }

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

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

 a { background-color: rgb(39,66,114); }

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

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

 span { border-color: rgb(39,66,114); }

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