#274275

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

Shades of Resolution Blue #274275

Tints of Resolution Blue #274275

Color information

#274275 (or 0x274275) is unknown color: approx Resolution Blue. HEX triplet: 27, 42 and 75. RGB value is (39,66,117). Sum of RGB (Red+Green+Blue) = 39+66+117=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #274275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274275 is #D8BD8A. Grayscale: #3F3F3F. Windows color (decimal): -14204299 or 7684647. OLE color: 7684647.

HSL color Cylindrical-coordinate representation of color #274275: hue angle of 219.23º 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 #274275 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3966117-
CMYK0.670.4400.54
HSL219.23º50%30.59%-
HSV(B)219.23º66.67%45.88%-
XYZ65.6117.6-
YUV63.74158.05110.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=17.57%
G=29.73%
B=52.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39661170.670.4400.54219.235030.59
Hex274275432C036db321f
Octal47102165103540663336237
Binary10011110000101110101100001110110001101101101101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274275; }

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

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

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

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

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

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

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

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