#263785

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

Shades of Resolution Blue #263785

Tints of Resolution Blue #263785

Color information

#263785 (or 0x263785) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 85. RGB value is (38,55,133). Sum of RGB (Red+Green+Blue) = 38+55+133=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #263785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263785 is #D9C87A. Grayscale: #3A3A3A. Windows color (decimal): -14272635 or 8730406. OLE color: 8730406.

HSL color Cylindrical-coordinate representation of color #263785: hue angle of 229.26º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263785 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3855133-
CMYK0.710.5900.48
HSL229.26º55.56%33.53%-
HSV(B)229.26º71.43%52.16%-
XYZ6.44.8422.79-
YUV58.81169.87113.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=16.81%
G=24.34%
B=58.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38551330.710.5900.48229.2655.5633.53
Hex263785473B030e53822
Octal4667205107730603457042
Binary100110110111100001011000111111011011000011100101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263785; }

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

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

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

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

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

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

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

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