#263B78

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

Shades of Resolution Blue #263B78

Tints of Resolution Blue #263B78

Color information

#263B78 (or 0x263B78) is unknown color: approx Resolution Blue. HEX triplet: 26, 3B and 78. RGB value is (38,59,120). Sum of RGB (Red+Green+Blue) = 38+59+120=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #263B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B78 is #D9C487. Grayscale: #3B3B3B. Windows color (decimal): -14271624 or 7879462. OLE color: 7879462.

HSL color Cylindrical-coordinate representation of color #263B78: hue angle of 224.63º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263B78 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3859120-
CMYK0.680.5100.53
HSL224.63º51.9%30.98%-
HSV(B)224.63º68.33%47.06%-
XYZ5.754.918.41-
YUV59.68162.04112.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=17.51%
G=27.19%
B=55.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38591200.680.5100.53224.6351.930.98
Hex263B784433035e1341f
Octal4673170104630653416437
Binary1001101110111111000100010011001101101011110000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263B78; }

 p { color: rgb(38,59,120); }

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

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

 a { background-color: rgb(38,59,120); }

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

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

 span { border-color: rgb(38,59,120); }

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