#26407B

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

Shades of Resolution Blue #26407B

Tints of Resolution Blue #26407B

Color information

#26407B (or 0x26407B) is unknown color: approx Resolution Blue. HEX triplet: 26, 40 and 7B. RGB value is (38,64,123). Sum of RGB (Red+Green+Blue) = 38+64+123=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #26407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26407B is #D9BF84. Grayscale: #3E3E3E. Windows color (decimal): -14270341 or 8077350. OLE color: 8077350.

HSL color Cylindrical-coordinate representation of color #26407B: hue angle of 221.65º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26407B is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3864123-
CMYK0.690.4800.52
HSL221.65º52.8%31.57%-
HSV(B)221.65º69.11%48.24%-
XYZ6.215.5119.48-
YUV62.95161.89110.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=16.89%
G=28.44%
B=54.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38641230.690.4800.52221.6552.831.57
Hex26407B4530034de3520
Octal46100173105600643366540
Binary100110100000011110111000101110000011010011011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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