#264473

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

Shades of Resolution Blue #264473

Tints of Resolution Blue #264473

Color information

#264473 (or 0x264473) is unknown color: approx Resolution Blue. HEX triplet: 26, 44 and 73. RGB value is (38,68,115). Sum of RGB (Red+Green+Blue) = 38+68+115=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #264473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264473 is #D9BB8C. Grayscale: #404040. Windows color (decimal): -14269325 or 7554086. OLE color: 7554086.

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

Color convert

RGB3868115-
CMYK0.670.4100.55
HSL216.62º50.33%30%-
HSV(B)216.62º66.96%45.1%-
XYZ5.965.7817.02-
YUV64.39156.56109.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=17.19%
G=30.77%
B=52.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38681150.670.4100.55216.6250.3330
Hex2644734329037d9321e
Octal46104163103510673316236
Binary10011010001001110011100001110100101101111101100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264473; }

 p { color: rgb(38,68,115); }

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

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

 a { background-color: rgb(38,68,115); }

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

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

 span { border-color: rgb(38,68,115); }

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