#274475

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

Shades of Resolution Blue #274475

Tints of Resolution Blue #274475

Color information

#274475 (or 0x274475) is unknown color: approx Resolution Blue. HEX triplet: 27, 44 and 75. RGB value is (39,68,117). Sum of RGB (Red+Green+Blue) = 39+68+117=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #274475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274475 is #D8BB8A. Grayscale: #404040. Windows color (decimal): -14203787 or 7685159. OLE color: 7685159.

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

Color convert

RGB3968117-
CMYK0.670.4200.54
HSL217.69º50%30.59%-
HSV(B)217.69º66.67%45.88%-
XYZ6.115.8517.64-
YUV64.91157.39109.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=17.41%
G=30.36%
B=52.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39681170.670.4200.54217.695030.59
Hex274475432A036da321f
Octal47104165103520663326237
Binary10011110001001110101100001110101001101101101101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274475; }

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

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

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

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

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

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

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

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