#26407C

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

Shades of Resolution Blue #26407C

Tints of Resolution Blue #26407C

Color information

#26407C (or 0x26407C) is unknown color: approx Resolution Blue. HEX triplet: 26, 40 and 7C. RGB value is (38,64,124). Sum of RGB (Red+Green+Blue) = 38+64+124=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #26407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26407C is #D9BF83. Grayscale: #3E3E3E. Windows color (decimal): -14270340 or 8142886. OLE color: 8142886.

HSL color Cylindrical-coordinate representation of color #26407C: hue angle of 221.86º 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 #26407C is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3864124-
CMYK0.690.4800.51
HSL221.86º53.09%31.76%-
HSV(B)221.86º69.35%48.63%-
XYZ6.275.5319.81-
YUV63.07162.39110.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=16.81%
G=28.32%
B=54.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38641240.690.4800.51221.8653.0931.76
Hex26407C4530033de3520
Octal46100174105600633366540
Binary100110100000011111001000101110000011001111011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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