#274075

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

Shades of Resolution Blue #274075

Tints of Resolution Blue #274075

Color information

#274075 (or 0x274075) is unknown color: approx Resolution Blue. HEX triplet: 27, 40 and 75. RGB value is (39,64,117). Sum of RGB (Red+Green+Blue) = 39+64+117=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #274075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274075 is #D8BF8A. Grayscale: #3E3E3E. Windows color (decimal): -14204811 or 7684135. OLE color: 7684135.

HSL color Cylindrical-coordinate representation of color #274075: hue angle of 220.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274075 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3964117-
CMYK0.670.4500.54
HSL220.77º50%30.59%-
HSV(B)220.77º66.67%45.88%-
XYZ5.885.3817.56-
YUV62.57158.72111.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=17.73%
G=29.09%
B=53.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39641170.670.4500.54220.775030.59
Hex274075432D036dd321f
Octal47100165103550663356237
Binary10011110000001110101100001110110101101101101110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274075; }

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

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

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

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

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

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

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

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