#26357A

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

Shades of Resolution Blue #26357A

Tints of Resolution Blue #26357A

Color information

#26357A (or 0x26357A) is unknown color: approx Resolution Blue. HEX triplet: 26, 35 and 7A. RGB value is (38,53,122). Sum of RGB (Red+Green+Blue) = 38+53+122=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #26357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26357A is #D9CA85. Grayscale: #383838. Windows color (decimal): -14273158 or 8008998. OLE color: 8008998.

HSL color Cylindrical-coordinate representation of color #26357A: hue angle of 229.29º 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 #26357A is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3853122-
CMYK0.690.5700.52
HSL229.29º52.5%31.37%-
HSV(B)229.29º68.85%47.84%-
XYZ5.594.3618.96-
YUV56.38165.03114.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=17.84%
G=24.88%
B=57.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38531220.690.5700.52229.2952.531.37
Hex26357A4539034e5341f
Octal4665172105710643456437
Binary1001101101011111010100010111100101101001110010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26357A; }

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

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

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

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

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

<style>
 span { border-color: #26357A; }

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

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