#26437C

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

Shades of Resolution Blue #26437C

Tints of Resolution Blue #26437C

Color information

#26437C (or 0x26437C) is unknown color: approx Resolution Blue. HEX triplet: 26, 43 and 7C. RGB value is (38,67,124). Sum of RGB (Red+Green+Blue) = 38+67+124=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #26437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26437C is #D9BC83. Grayscale: #404040. Windows color (decimal): -14269572 or 8143654. OLE color: 8143654.

HSL color Cylindrical-coordinate representation of color #26437C: hue angle of 219.77º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26437C is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3867124-
CMYK0.690.4600.51
HSL219.77º53.09%31.76%-
HSV(B)219.77º69.35%48.63%-
XYZ6.445.8819.86-
YUV64.83161.39108.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=16.59%
G=29.26%
B=54.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38671240.690.4600.51219.7753.0931.76
Hex26437C452E033dc3520
Octal46103174105560633346540
Binary100110100001111111001000101101110011001111011100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26437C; }

 p { color: rgb(38,67,124); }

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

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

 a { background-color: rgb(38,67,124); }

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

<style>
 span { border-color: #26437C; }

 span { border-color: rgb(38,67,124); }

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