#26348D

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

Shades of Resolution Blue #26348D

Tints of Resolution Blue #26348D

Color information

#26348D (or 0x26348D) is unknown color: approx Resolution Blue. HEX triplet: 26, 34 and 8D. RGB value is (38,52,141). Sum of RGB (Red+Green+Blue) = 38+52+141=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #26348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26348D is #D9CB72. Grayscale: #393939. Windows color (decimal): -14273395 or 9253926. OLE color: 9253926.

HSL color Cylindrical-coordinate representation of color #26348D: hue angle of 231.84º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26348D is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3852141-
CMYK0.730.6300.45
HSL231.84º57.54%35.1%-
HSV(B)231.84º73.05%55.29%-
XYZ6.844.7925.76-
YUV57.96174.86113.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=16.45%
G=22.51%
B=61.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38521410.730.6300.45231.8457.5435.1
Hex26348D493F02De83a23
Octal4664215111770553507243
Binary100110110100100011011001001111111010110111101000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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