#263774

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

Shades of Resolution Blue #263774

Tints of Resolution Blue #263774

Color information

#263774 (or 0x263774) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 74. RGB value is (38,55,116). Sum of RGB (Red+Green+Blue) = 38+55+116=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #263774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263774 is #D9C88B. Grayscale: #383838. Windows color (decimal): -14272652 or 7616294. OLE color: 7616294.

HSL color Cylindrical-coordinate representation of color #263774: hue angle of 226.92º degrees, saturation: 0.51, 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 #263774 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3855116-
CMYK0.670.5300.55
HSL226.92º50.65%30.2%-
HSV(B)226.92º67.24%45.49%-
XYZ5.324.4117.09-
YUV56.87161.37114.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=18.18%
G=26.32%
B=55.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38551160.670.5300.55226.9250.6530.2
Hex2637744335037e3331e
Octal4667164103650673436336
Binary1001101101111110100100001111010101101111110001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263774; }

 p { color: rgb(38,55,116); }

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

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

 a { background-color: rgb(38,55,116); }

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

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

 span { border-color: rgb(38,55,116); }

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