#263884

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

Shades of Resolution Blue #263884

Tints of Resolution Blue #263884

Color information

#263884 (or 0x263884) is unknown color: approx Resolution Blue. HEX triplet: 26, 38 and 84. RGB value is (38,56,132). Sum of RGB (Red+Green+Blue) = 38+56+132=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #263884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263884 is #D9C77B. Grayscale: #3A3A3A. Windows color (decimal): -14272380 or 8665126. OLE color: 8665126.

HSL color Cylindrical-coordinate representation of color #263884: hue angle of 228.51º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263884 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3856132-
CMYK0.710.5800.48
HSL228.51º55.29%33.33%-
HSV(B)228.51º71.21%51.76%-
XYZ6.384.9122.44-
YUV59.28169.04112.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=16.81%
G=24.78%
B=58.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38561320.710.5800.48228.5155.2933.33
Hex263884473A030e53721
Octal4670204107720603456741
Binary100110111000100001001000111111010011000011100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263884; }

 p { color: rgb(38,56,132); }

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

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

 a { background-color: rgb(38,56,132); }

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

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

 span { border-color: rgb(38,56,132); }

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