#274572

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

Shades of Resolution Blue #274572

Tints of Resolution Blue #274572

Color information

#274572 (or 0x274572) is unknown color: approx Resolution Blue. HEX triplet: 27, 45 and 72. RGB value is (39,69,114). Sum of RGB (Red+Green+Blue) = 39+69+114=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #274572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274572 is #D8BA8D. Grayscale: #404040. Windows color (decimal): -14203534 or 7488807. OLE color: 7488807.

HSL color Cylindrical-coordinate representation of color #274572: hue angle of 216º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274572 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3969114-
CMYK0.660.3900.55
HSL216º49.02%30%-
HSV(B)216º65.79%44.71%-
XYZ65.916.74-
YUV65.16155.56109.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=17.57%
G=31.08%
B=51.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39691140.660.3900.5521649.0230
Hex2745724227037d8311e
Octal47105162102470673306136
Binary10011110001011110010100001010011101101111101100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274572; }

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

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

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

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

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

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

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

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