#274175

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

Shades of Resolution Blue #274175

Tints of Resolution Blue #274175

Color information

#274175 (or 0x274175) is unknown color: approx Resolution Blue. HEX triplet: 27, 41 and 75. RGB value is (39,65,117). Sum of RGB (Red+Green+Blue) = 39+65+117=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #274175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274175 is #D8BE8A. Grayscale: #3E3E3E. Windows color (decimal): -14204555 or 7684391. OLE color: 7684391.

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

Color convert

RGB3965117-
CMYK0.670.4400.54
HSL220º50%30.59%-
HSV(B)220º66.67%45.88%-
XYZ5.945.517.58-
YUV63.15158.39110.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=17.65%
G=29.41%
B=52.94%

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
Decimal39651170.670.4400.542205030.59
Hex274175432C036dc321f
Octal47101165103540663346237
Binary10011110000011110101100001110110001101101101110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274175; }

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

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

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

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

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

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

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

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