#263483

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

Shades of Resolution Blue #263483

Tints of Resolution Blue #263483

Color information

#263483 (or 0x263483) is unknown color: approx Resolution Blue. HEX triplet: 26, 34 and 83. RGB value is (38,52,131). Sum of RGB (Red+Green+Blue) = 38+52+131=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #263483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263483 is #D9CB7C. Grayscale: #383838. Windows color (decimal): -14273405 or 8598566. OLE color: 8598566.

HSL color Cylindrical-coordinate representation of color #263483: hue angle of 230.97º degrees, saturation: 0.55, 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 #263483 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3852131-
CMYK0.710.6000.49
HSL230.97º55.03%33.14%-
HSV(B)230.97º70.99%51.37%-
XYZ6.124.5122.02-
YUV56.82169.86114.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 131 (51.56% from 255) = 59.28%
R=17.19%
G=23.53%
B=59.28%

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
Decimal38521310.710.6000.49230.9755.0333.14
Hex263483473C031e73721
Octal4664203107740613476741
Binary100110110100100000111000111111100011000111100111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263483; }

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

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

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

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

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

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

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

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