#26347D

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

Shades of Resolution Blue #26347D

Tints of Resolution Blue #26347D

Color information

#26347D (or 0x26347D) is unknown color: approx Resolution Blue. HEX triplet: 26, 34 and 7D. RGB value is (38,52,125). Sum of RGB (Red+Green+Blue) = 38+52+125=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #26347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26347D is #D9CB82. Grayscale: #373737. Windows color (decimal): -14273411 or 8205350. OLE color: 8205350.

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

Color convert

RGB3852125-
CMYK0.700.5800.51
HSL230.34º53.37%31.96%-
HSV(B)230.34º69.6%49.02%-
XYZ5.734.3519.94-
YUV56.14166.86115.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 125 (49.22% from 255) = 58.14%
R=17.67%
G=24.19%
B=58.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38521250.700.5800.51230.3453.3731.96
Hex26347D463A033e63520
Octal4664175106720633466540
Binary10011011010011111011000110111010011001111100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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