#26327c

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

Shades of Resolution Blue #26327C

Tints of Resolution Blue #26327C

Color information

#26327C (or 0x26327C) is unknown color: approx Resolution Blue. HEX triplet: 26, 32 and 7C. RGB value is (38,50,124). Sum of RGB (Red+Green+Blue) = 38+50+124=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #26327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26327C is #D9CD83. Grayscale: #363636. Windows color (decimal): -14273924 or 8139302. OLE color: 8139302.

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

Color convert

RGB3850124-
CMYK0.690.6000.51
HSL231.63º53.09%31.76%-
HSV(B)231.63º69.35%48.63%-
XYZ5.584.1519.58-
YUV54.85167.02115.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 124 (48.83% from 255) = 58.49%
R=17.92%
G=23.58%
B=58.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38501240.690.6000.51231.6353.0931.76
Hex26327C453C033e83520
Octal4662174105740633506540
Binary10011011001011111001000101111100011001111101000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26327c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26327c; }

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

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

<style>
 a { background-color: #26327c; }

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

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

<style>
 span { border-color: #26327c; }

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

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