#263485

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

Shades of Resolution Blue #263485

Tints of Resolution Blue #263485

Color information

#263485 (or 0x263485) is unknown color: approx Resolution Blue. HEX triplet: 26, 34 and 85. RGB value is (38,52,133). Sum of RGB (Red+Green+Blue) = 38+52+133=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #263485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263485 is #D9CB7A. Grayscale: #383838. Windows color (decimal): -14273403 or 8729638. OLE color: 8729638.

HSL color Cylindrical-coordinate representation of color #263485: hue angle of 231.16º 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 #263485 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3852133-
CMYK0.710.6100.48
HSL231.16º55.56%33.53%-
HSV(B)231.16º71.43%52.16%-
XYZ6.264.5622.74-
YUV57.05170.86114.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 133 (52.34% from 255) = 59.64%
R=17.04%
G=23.32%
B=59.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38521330.710.6100.48231.1655.5633.53
Hex263485473D030e73822
Octal4664205107750603477042
Binary100110110100100001011000111111101011000011100111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263485; }

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

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

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

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

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

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

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

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