#274374

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

Shades of Resolution Blue #274374

Tints of Resolution Blue #274374

Color information

#274374 (or 0x274374) is unknown color: approx Resolution Blue. HEX triplet: 27, 43 and 74. RGB value is (39,67,116). Sum of RGB (Red+Green+Blue) = 39+67+116=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #274374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274374 is #D8BC8B. Grayscale: #3F3F3F. Windows color (decimal): -14204044 or 7619367. OLE color: 7619367.

HSL color Cylindrical-coordinate representation of color #274374: hue angle of 218.18º degrees, saturation: 0.5, 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 #274374 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3967116-
CMYK0.660.4200.55
HSL218.18º49.68%30.39%-
HSV(B)218.18º66.38%45.49%-
XYZ65.7117.31-
YUV64.21157.22110.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=17.57%
G=30.18%
B=52.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39671160.660.4200.55218.1849.6830.39
Hex274374422A037da321e
Octal47103164102520673326236
Binary10011110000111110100100001010101001101111101101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274374; }

 p { color: rgb(39,67,116); }

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

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

 a { background-color: rgb(39,67,116); }

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

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

 span { border-color: rgb(39,67,116); }

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