#26348B

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

Shades of Resolution Blue #26348B

Tints of Resolution Blue #26348B

Color information

#26348B (or 0x26348B) is unknown color: approx Resolution Blue. HEX triplet: 26, 34 and 8B. RGB value is (38,52,139). Sum of RGB (Red+Green+Blue) = 38+52+139=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #26348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26348B is #D9CB74. Grayscale: #393939. Windows color (decimal): -14273397 or 9122854. OLE color: 9122854.

HSL color Cylindrical-coordinate representation of color #26348B: hue angle of 231.68º degrees, saturation: 0.57, 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 #26348B is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3852139-
CMYK0.730.6300.45
HSL231.68º57.06%34.71%-
HSV(B)231.68º72.66%54.51%-
XYZ6.694.7324.99-
YUV57.73173.86113.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 139 (54.69% from 255) = 60.70%
R=16.59%
G=22.71%
B=60.70%

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
Decimal38521390.730.6300.45231.6857.0634.71
Hex26348B493F02De83923
Octal4664213111770553507143
Binary100110110100100010111001001111111010110111101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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