#263481

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

Shades of Resolution Blue #263481

Tints of Resolution Blue #263481

Color information

#263481 (or 0x263481) is unknown color: approx Resolution Blue. HEX triplet: 26, 34 and 81. RGB value is (38,52,129). Sum of RGB (Red+Green+Blue) = 38+52+129=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #263481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263481 is #D9CB7E. Grayscale: #383838. Windows color (decimal): -14273407 or 8467494. OLE color: 8467494.

HSL color Cylindrical-coordinate representation of color #263481: hue angle of 230.77º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263481 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3852129-
CMYK0.710.6000.49
HSL230.77º54.49%32.75%-
HSV(B)230.77º70.54%50.59%-
XYZ5.994.4521.31-
YUV56.59168.86114.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 129 (50.78% from 255) = 58.90%
R=17.35%
G=23.74%
B=58.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38521290.710.6000.49230.7754.4932.75
Hex263481473C031e73621
Octal4664201107740613476641
Binary100110110100100000011000111111100011000111100111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263481; }

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

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

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

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

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

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

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

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