#263b6e

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

Shades of Resolution Blue #263B6E

Tints of Resolution Blue #263B6E

Color information

#263B6E (or 0x263B6E) is unknown color: approx Resolution Blue. HEX triplet: 26, 3B and 6E. RGB value is (38,59,110). Sum of RGB (Red+Green+Blue) = 38+59+110=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #263B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B6E is #D9C491. Grayscale: #3A3A3A. Windows color (decimal): -14271634 or 7224102. OLE color: 7224102.

HSL color Cylindrical-coordinate representation of color #263B6E: hue angle of 222.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263B6E is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3859110-
CMYK0.650.4600.57
HSL222.5º48.65%29.02%-
HSV(B)222.5º65.45%43.14%-
XYZ5.184.6715.38-
YUV58.54157.04113.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 110 (43.36% from 255) = 53.14%
R=18.36%
G=28.50%
B=53.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38591100.650.4600.57222.548.6529.02
Hex263B6E412E039de311d
Octal4673156101560713366135
Binary1001101110111101110100000110111001110011101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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