#26367B

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

Shades of Resolution Blue #26367B

Tints of Resolution Blue #26367B

Color information

#26367B (or 0x26367B) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 7B. RGB value is (38,54,123). Sum of RGB (Red+Green+Blue) = 38+54+123=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #26367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26367B is #D9C984. Grayscale: #383838. Windows color (decimal): -14272901 or 8074790. OLE color: 8074790.

HSL color Cylindrical-coordinate representation of color #26367B: hue angle of 228.71º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26367B is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3854123-
CMYK0.690.5600.52
HSL228.71º52.8%31.57%-
HSV(B)228.71º69.11%48.24%-
XYZ5.694.4819.3-
YUV57.08165.2114.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=17.67%
G=25.12%
B=57.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38541230.690.5600.52228.7152.831.57
Hex26367B4538034e53520
Octal4666173105700643456540
Binary10011011011011110111000101111000011010011100101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,54,123); }

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

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

 a { background-color: rgb(38,54,123); }

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

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

 span { border-color: rgb(38,54,123); }

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