#263B7C

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

Shades of Resolution Blue #263B7C

Tints of Resolution Blue #263B7C

Color information

#263B7C (or 0x263B7C) is unknown color: approx Resolution Blue. HEX triplet: 26, 3B and 7C. RGB value is (38,59,124). Sum of RGB (Red+Green+Blue) = 38+59+124=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #263B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B7C is #D9C483. Grayscale: #3B3B3B. Windows color (decimal): -14271620 or 8141606. OLE color: 8141606.

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

Color convert

RGB3859124-
CMYK0.690.5200.51
HSL225.35º53.09%31.76%-
HSV(B)225.35º69.35%48.63%-
XYZ6519.72-
YUV60.13164.04112.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=17.19%
G=26.70%
B=56.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38591240.690.5200.51225.3553.0931.76
Hex263B7C4534033e13520
Octal4673174105640633416540
Binary10011011101111111001000101110100011001111100001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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