#274070

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

Shades of Resolution Blue #274070

Tints of Resolution Blue #274070

Color information

#274070 (or 0x274070) is unknown color: approx Resolution Blue. HEX triplet: 27, 40 and 70. RGB value is (39,64,112). Sum of RGB (Red+Green+Blue) = 39+64+112=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #274070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274070 is #D8BF8F. Grayscale: #3D3D3D. Windows color (decimal): -14204816 or 7356455. OLE color: 7356455.

HSL color Cylindrical-coordinate representation of color #274070: hue angle of 219.45º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274070 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3964112-
CMYK0.650.4300.56
HSL219.45º48.34%29.61%-
HSV(B)219.45º65.18%43.92%-
XYZ5.595.2716.05-
YUV62156.22111.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=18.14%
G=29.77%
B=52.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39641120.650.4300.56219.4548.3429.61
Hex274070412B038db301e
Octal47100160101530703336036
Binary10011110000001110000100000110101101110001101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274070; }

 p { color: rgb(39,64,112); }

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

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

 a { background-color: rgb(39,64,112); }

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

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

 span { border-color: rgb(39,64,112); }

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