#274575

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

Shades of Resolution Blue #274575

Tints of Resolution Blue #274575

Color information

#274575 (or 0x274575) is unknown color: approx Resolution Blue. HEX triplet: 27, 45 and 75. RGB value is (39,69,117). Sum of RGB (Red+Green+Blue) = 39+69+117=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #274575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274575 is #D8BA8A. Grayscale: #414141. Windows color (decimal): -14203531 or 7685415. OLE color: 7685415.

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

Color convert

RGB3969117-
CMYK0.670.4100.54
HSL216.92º50%30.59%-
HSV(B)216.92º66.67%45.88%-
XYZ6.185.9717.66-
YUV65.5157.06109.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 117 (46.09% from 255) = 52%
R=17.33%
G=30.67%
B=52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39691170.670.4100.54216.925030.59
Hex2745754329036d9321f
Octal47105165103510663316237
Binary10011110001011110101100001110100101101101101100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274575; }

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

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

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

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

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

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

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

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