#263975

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

Shades of Resolution Blue #263975

Tints of Resolution Blue #263975

Color information

#263975 (or 0x263975) is unknown color: approx Resolution Blue. HEX triplet: 26, 39 and 75. RGB value is (38,57,117). Sum of RGB (Red+Green+Blue) = 38+57+117=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #263975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263975 is #D9C68A. Grayscale: #393939. Windows color (decimal): -14272139 or 7682342. OLE color: 7682342.

HSL color Cylindrical-coordinate representation of color #263975: hue angle of 225.57º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263975 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3857117-
CMYK0.680.5100.54
HSL225.57º50.97%30.39%-
HSV(B)225.57º67.52%45.88%-
XYZ5.474.6217.43-
YUV58.16161.21113.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=17.92%
G=26.89%
B=55.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38571170.680.5100.54225.5750.9730.39
Hex2639754433036e2331e
Octal4671165104630663426336
Binary1001101110011110101100010011001101101101110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263975; }

 p { color: rgb(38,57,117); }

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

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

 a { background-color: rgb(38,57,117); }

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

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

 span { border-color: rgb(38,57,117); }

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