#263A7A

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

Shades of Resolution Blue #263A7A

Tints of Resolution Blue #263A7A

Color information

#263A7A (or 0x263A7A) is unknown color: approx Resolution Blue. HEX triplet: 26, 3A and 7A. RGB value is (38,58,122). Sum of RGB (Red+Green+Blue) = 38+58+122=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #263A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A7A is #D9C585. Grayscale: #3B3B3B. Windows color (decimal): -14271878 or 8010278. OLE color: 8010278.

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

Color convert

RGB3858122-
CMYK0.690.5200.52
HSL225.71º52.5%31.37%-
HSV(B)225.71º68.85%47.84%-
XYZ5.834.8419.04-
YUV59.32163.37112.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=17.43%
G=26.61%
B=55.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38581220.690.5200.52225.7152.531.37
Hex263A7A4534034e2341f
Octal4672172105640643426437
Binary1001101110101111010100010111010001101001110001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,58,122); }

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

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

 a { background-color: rgb(38,58,122); }

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

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

 span { border-color: rgb(38,58,122); }

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