#263F85

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

Shades of Resolution Blue #263F85

Tints of Resolution Blue #263F85

Color information

#263F85 (or 0x263F85) is unknown color: approx Resolution Blue. HEX triplet: 26, 3F and 85. RGB value is (38,63,133). Sum of RGB (Red+Green+Blue) = 38+63+133=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #263F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F85 is #D9C07A. Grayscale: #3F3F3F. Windows color (decimal): -14270587 or 8732454. OLE color: 8732454.

HSL color Cylindrical-coordinate representation of color #263F85: hue angle of 224.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263F85 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3863133-
CMYK0.710.5300.48
HSL224.21º55.56%33.53%-
HSV(B)224.21º71.43%52.16%-
XYZ6.815.6622.92-
YUV63.5167.22109.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=16.24%
G=26.92%
B=56.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38631330.710.5300.48224.2155.5633.53
Hex263F854735030e03822
Octal4677205107650603407042
Binary100110111111100001011000111110101011000011100000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,63,133); }

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

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

 a { background-color: rgb(38,63,133); }

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

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

 span { border-color: rgb(38,63,133); }

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