#26407E

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

Shades of Resolution Blue #26407E

Tints of Resolution Blue #26407E

Color information

#26407E (or 0x26407E) is unknown color: approx Resolution Blue. HEX triplet: 26, 40 and 7E. RGB value is (38,64,126). Sum of RGB (Red+Green+Blue) = 38+64+126=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #26407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26407E is #D9BF81. Grayscale: #3F3F3F. Windows color (decimal): -14270338 or 8273958. OLE color: 8273958.

HSL color Cylindrical-coordinate representation of color #26407E: hue angle of 222.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26407E is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3864126-
CMYK0.700.4900.51
HSL222.27º53.66%32.16%-
HSV(B)222.27º69.84%49.41%-
XYZ6.45.5920.48-
YUV63.29163.39109.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 126 (49.61% from 255) = 55.26%
R=16.67%
G=28.07%
B=55.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38641260.700.4900.51222.2753.6632.16
Hex26407E4631033de3620
Octal46100176106610633366640
Binary100110100000011111101000110110001011001111011110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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