#263978

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

Shades of Resolution Blue #263978

Tints of Resolution Blue #263978

Color information

#263978 (or 0x263978) is unknown color: approx Resolution Blue. HEX triplet: 26, 39 and 78. RGB value is (38,57,120). Sum of RGB (Red+Green+Blue) = 38+57+120=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #263978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263978 is #D9C687. Grayscale: #3A3A3A. Windows color (decimal): -14272136 or 7878950. OLE color: 7878950.

HSL color Cylindrical-coordinate representation of color #263978: hue angle of 226.1º 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 #263978 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3857120-
CMYK0.680.5200.53
HSL226.1º51.9%30.98%-
HSV(B)226.1º68.33%47.06%-
XYZ5.654.6918.38-
YUV58.5162.71113.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=17.67%
G=26.51%
B=55.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38571200.680.5200.53226.151.930.98
Hex2639784434035e2341f
Octal4671170104640653426437
Binary1001101110011111000100010011010001101011110001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263978; }

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

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

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

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

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

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

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

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