#26326C

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

Shades of Resolution Blue #26326C

Tints of Resolution Blue #26326C

Color information

#26326C (or 0x26326C) is unknown color: approx Resolution Blue. HEX triplet: 26, 32 and 6C. RGB value is (38,50,108). Sum of RGB (Red+Green+Blue) = 38+50+108=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #26326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26326C is #D9CD93. Grayscale: #343434. Windows color (decimal): -14273940 or 7090726. OLE color: 7090726.

HSL color Cylindrical-coordinate representation of color #26326C: hue angle of 229.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26326C is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3850108-
CMYK0.650.5400.58
HSL229.71º47.95%28.63%-
HSV(B)229.71º64.81%42.35%-
XYZ4.653.7814.67-
YUV53.02159.02117.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=19.39%
G=25.51%
B=55.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38501080.650.5400.58229.7147.9528.63
Hex26326C413603Ae6301d
Octal4662154101660723466035
Binary1001101100101101100100000111011001110101110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26326C; }

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

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

<style>
 a { background-color: #26326C; }

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

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

<style>
 span { border-color: #26326C; }

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

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