#26337a

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

Shades of Resolution Blue #26337A

Tints of Resolution Blue #26337A

Color information

#26337A (or 0x26337A) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 7A. RGB value is (38,51,122). Sum of RGB (Red+Green+Blue) = 38+51+122=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #26337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26337A is #D9CC85. Grayscale: #363636. Windows color (decimal): -14273670 or 8008486. OLE color: 8008486.

HSL color Cylindrical-coordinate representation of color #26337A: hue angle of 230.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26337A is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3851122-
CMYK0.690.5800.52
HSL230.71º52.5%31.37%-
HSV(B)230.71º68.85%47.84%-
XYZ5.54.1818.93-
YUV55.21165.69115.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=18.01%
G=24.17%
B=57.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38511220.690.5800.52230.7152.531.37
Hex26337A453A034e7341f
Octal4663172105720643476437
Binary1001101100111111010100010111101001101001110011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26337a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26337a; }

 p { color: rgb(38,51,122); }

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

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

 a { background-color: rgb(38,51,122); }

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

<style>
 span { border-color: #26337a; }

 span { border-color: rgb(38,51,122); }

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