#26377D

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

Shades of Resolution Blue #26377D

Tints of Resolution Blue #26377D

Color information

#26377D (or 0x26377D) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 7D. RGB value is (38,55,125). Sum of RGB (Red+Green+Blue) = 38+55+125=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #26377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26377D is #D9C882. Grayscale: #393939. Windows color (decimal): -14272643 or 8206118. OLE color: 8206118.

HSL color Cylindrical-coordinate representation of color #26377D: hue angle of 228.28º degrees, saturation: 0.53, 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 #26377D is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3855125-
CMYK0.700.5600.51
HSL228.28º53.37%31.96%-
HSV(B)228.28º69.6%49.02%-
XYZ5.874.6319.99-
YUV57.9165.87113.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 125 (49.22% from 255) = 57.34%
R=17.43%
G=25.23%
B=57.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38551250.700.5600.51228.2853.3731.96
Hex26377D4638033e43520
Octal4667175106700633446540
Binary10011011011111111011000110111000011001111100100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26377D; }

 p { color: rgb(38,55,125); }

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

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

 a { background-color: rgb(38,55,125); }

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

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

 span { border-color: rgb(38,55,125); }

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