#263D7A

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

Shades of Resolution Blue #263D7A

Tints of Resolution Blue #263D7A

Color information

#263D7A (or 0x263D7A) is unknown color: approx Resolution Blue. HEX triplet: 26, 3D and 7A. RGB value is (38,61,122). Sum of RGB (Red+Green+Blue) = 38+61+122=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #263D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D7A is #D9C285. Grayscale: #3C3C3C. Windows color (decimal): -14271110 or 8011046. OLE color: 8011046.

HSL color Cylindrical-coordinate representation of color #263D7A: hue angle of 223.57º 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 #263D7A is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3861122-
CMYK0.690.5000.52
HSL223.57º52.5%31.37%-
HSV(B)223.57º68.85%47.84%-
XYZ5.985.1519.09-
YUV61.08162.38111.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 122 (48.05% from 255) = 55.20%
R=17.19%
G=27.60%
B=55.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38611220.690.5000.52223.5752.531.37
Hex263D7A4532034e0341f
Octal4675172105620643406437
Binary1001101111011111010100010111001001101001110000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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