#263770

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

Shades of Resolution Blue #263770

Tints of Resolution Blue #263770

Color information

#263770 (or 0x263770) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 70. RGB value is (38,55,112). Sum of RGB (Red+Green+Blue) = 38+55+112=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #263770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263770 is #D9C88F. Grayscale: #383838. Windows color (decimal): -14272656 or 7354150. OLE color: 7354150.

HSL color Cylindrical-coordinate representation of color #263770: hue angle of 226.22º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263770 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3855112-
CMYK0.660.5100.56
HSL226.22º49.33%29.41%-
HSV(B)226.22º66.07%43.92%-
XYZ5.094.3115.89-
YUV56.42159.37114.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=18.54%
G=26.83%
B=54.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38551120.660.5100.56226.2249.3329.41
Hex2637704233038e2311d
Octal4667160102630703426135
Binary1001101101111110000100001011001101110001110001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263770; }

 p { color: rgb(38,55,112); }

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

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

 a { background-color: rgb(38,55,112); }

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

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

 span { border-color: rgb(38,55,112); }

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