#26367C

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

Shades of Resolution Blue #26367C

Tints of Resolution Blue #26367C

Color information

#26367C (or 0x26367C) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 7C. RGB value is (38,54,124). Sum of RGB (Red+Green+Blue) = 38+54+124=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #26367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26367C is #D9C983. Grayscale: #383838. Windows color (decimal): -14272900 or 8140326. OLE color: 8140326.

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

Color convert

RGB3854124-
CMYK0.690.5600.51
HSL228.84º53.09%31.76%-
HSV(B)228.84º69.35%48.63%-
XYZ5.764.5119.64-
YUV57.2165.7114.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 57.41%
R=17.59%
G=25%
B=57.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38541240.690.5600.51228.8453.0931.76
Hex26367C4538033e53520
Octal4666174105700633456540
Binary10011011011011111001000101111000011001111100101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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