#26357C

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

Shades of Resolution Blue #26357C

Tints of Resolution Blue #26357C

Color information

#26357C (or 0x26357C) is unknown color: approx Resolution Blue. HEX triplet: 26, 35 and 7C. RGB value is (38,53,124). Sum of RGB (Red+Green+Blue) = 38+53+124=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #26357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26357C is #D9CA83. Grayscale: #383838. Windows color (decimal): -14273156 or 8140070. OLE color: 8140070.

HSL color Cylindrical-coordinate representation of color #26357C: hue angle of 229.53º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26357C is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3853124-
CMYK0.690.5700.51
HSL229.53º53.09%31.76%-
HSV(B)229.53º69.35%48.63%-
XYZ5.714.4119.62-
YUV56.61166.03114.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=17.67%
G=24.65%
B=57.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38531240.690.5700.51229.5353.0931.76
Hex26357C4539033e63520
Octal4665174105710633466540
Binary10011011010111111001000101111001011001111100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26357C; }

 p { color: rgb(38,53,124); }

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

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

 a { background-color: rgb(38,53,124); }

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

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

 span { border-color: rgb(38,53,124); }

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