#26376F

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

Shades of Resolution Blue #26376F

Tints of Resolution Blue #26376F

Color information

#26376F (or 0x26376F) is unknown color: approx Resolution Blue. HEX triplet: 26, 37 and 6F. RGB value is (38,55,111). Sum of RGB (Red+Green+Blue) = 38+55+111=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #26376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26376F is #D9C890. Grayscale: #383838. Windows color (decimal): -14272657 or 7288614. OLE color: 7288614.

HSL color Cylindrical-coordinate representation of color #26376F: hue angle of 226.03º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26376F is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3855111-
CMYK0.660.5000.56
HSL226.03º48.99%29.22%-
HSV(B)226.03º65.77%43.53%-
XYZ5.034.2915.6-
YUV56.3158.87114.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=18.63%
G=26.96%
B=54.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38551110.660.5000.56226.0348.9929.22
Hex26376F4232038e2311d
Octal4667157102620703426135
Binary1001101101111101111100001011001001110001110001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26376F; }

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

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

<style>
 a { background-color: #26376F; }

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

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

<style>
 span { border-color: #26376F; }

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

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