#274081

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

Shades of Resolution Blue #274081

Tints of Resolution Blue #274081

Color information

#274081 (or 0x274081) is unknown color: approx Resolution Blue. HEX triplet: 27, 40 and 81. RGB value is (39,64,129). Sum of RGB (Red+Green+Blue) = 39+64+129=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #274081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274081 is #D8BF7E. Grayscale: #3F3F3F. Windows color (decimal): -14204799 or 8470567. OLE color: 8470567.

HSL color Cylindrical-coordinate representation of color #274081: hue angle of 223.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274081 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3964129-
CMYK0.700.5000.49
HSL223.33º53.57%32.94%-
HSV(B)223.33º69.77%50.59%-
XYZ6.635.6821.52-
YUV63.94164.72110.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 129 (50.78% from 255) = 55.60%
R=16.81%
G=27.59%
B=55.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39641290.700.5000.49223.3353.5732.94
Hex2740814632031df3621
Octal47100201106620613376641
Binary1001111000000100000011000110110010011000111011111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274081; }

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

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

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

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

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

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

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

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