#263F7B

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

Shades of Resolution Blue #263F7B

Tints of Resolution Blue #263F7B

Color information

#263F7B (or 0x263F7B) is unknown color: approx Resolution Blue. HEX triplet: 26, 3F and 7B. RGB value is (38,63,123). Sum of RGB (Red+Green+Blue) = 38+63+123=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #263F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F7B is #D9C084. Grayscale: #3E3E3E. Windows color (decimal): -14270597 or 8077094. OLE color: 8077094.

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

Color convert

RGB3863123-
CMYK0.690.4900.52
HSL222.35º52.8%31.57%-
HSV(B)222.35º69.11%48.24%-
XYZ6.155.419.46-
YUV62.36162.22110.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=16.96%
G=28.12%
B=54.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38631230.690.4900.52222.3552.831.57
Hex263F7B4531034de3520
Octal4677173105610643366540
Binary10011011111111110111000101110001011010011011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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