#26437d

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

Shades of Resolution Blue #26437D

Tints of Resolution Blue #26437D

Color information

#26437D (or 0x26437D) is unknown color: approx Resolution Blue. HEX triplet: 26, 43 and 7D. RGB value is (38,67,125). Sum of RGB (Red+Green+Blue) = 38+67+125=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #26437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26437D is #D9BC82. Grayscale: #404040. Windows color (decimal): -14269571 or 8209190. OLE color: 8209190.

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

Color convert

RGB3867125-
CMYK0.700.4600.51
HSL220º53.37%31.96%-
HSV(B)220º69.6%49.02%-
XYZ6.515.9120.2-
YUV64.94161.89108.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 125 (49.22% from 255) = 54.35%
R=16.52%
G=29.13%
B=54.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38671250.700.4600.5122053.3731.96
Hex26437D462E033dc3520
Octal46103175106560633346540
Binary100110100001111111011000110101110011001111011100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26437d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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